Import Geant4 11.0.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2021-06-25 16:12:29 +02:00
parent c968e26a39
commit 6399a014b6
4200 changed files with 207479 additions and 237366 deletions
+1 -4
View File
@@ -1,6 +1,3 @@
#------------------------------------------------------------------------------
# Module : G4readout
# Package: Geant4.src.G4readout
#------------------------------------------------------------------------------
# - G4readout category build
geant4_global_library_target(COMPONENTS sources.cmake)
+3
View File
@@ -16,6 +16,9 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
April 1, 2021 B. Morgan (readout-V10-07-00)
- Migrate build to modular CMake API
Dec 9, 2019, B. Morgan (readout-V10-06-00)
- Cleanup CMake build, removing obsolete granular library option and
explicit include_directories.
+12 -40
View File
@@ -1,53 +1,25 @@
#------------------------------------------------------------------------------
# Module : G4readout
# Package: Geant4.src.G4readout
#------------------------------------------------------------------------------
# - G4readout module build definition
#
# Define the Geant4 Module.
#
geant4_define_module(NAME G4readout
HEADERS
geant4_add_module(G4readout
PUBLIC_HEADERS
G4DCtable.hh
G4DMmessenger.hh
G4DigiManager.hh
G4VDigitizerModule.hh
G4VDigitizerModule.hh
SOURCES
G4DCtable.cc
G4DMmessenger.cc
G4DigiManager.cc
G4VDigitizerModule.cc
GRANULAR_DEPENDENCIES
G4VDigitizerModule.cc)
geant4_module_link_libraries(G4readout
PUBLIC
G4globman
G4intercoms
PRIVATE
G4detector
G4digits
G4emutils
G4event
G4geometrymng
G4globman
G4hits
G4intercoms
G4materials
G4navigation
G4partman
G4procman
G4run
G4track
G4tracking
G4volumes
GLOBAL_DEPENDENCIES
G4digits_hits
G4event
G4geometry
G4global
G4intercoms
G4materials
G4particles
G4processes
G4run
G4track
G4tracking
LINK_LIBRARIES
)
# List any source specific properties here
G4run)