Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -1,24 +1,8 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# sources.cmake
|
||||
# Module : G4phys_ctor_em
|
||||
# Package: Geant4.src.G4physicslists.G4physlist_ctors.G4physlist_ctor_em
|
||||
#
|
||||
# Sources description for a library.
|
||||
# Lists the sources and headers of the code explicitely.
|
||||
# Lists include paths needed.
|
||||
# Lists the internal granular and global dependencies of the library.
|
||||
# Source specific properties should be added at the end.
|
||||
#
|
||||
# Generated on : 10/01/2013
|
||||
#
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
# - G4phys_ctor_em module build definition
|
||||
|
||||
#
|
||||
# Define the Geant4 Module.
|
||||
#
|
||||
GEANT4_DEFINE_MODULE(NAME G4phys_ctor_em
|
||||
HEADERS
|
||||
geant4_add_module(G4phys_ctor_em
|
||||
PUBLIC_HEADERS
|
||||
G4EmBuilder.hh
|
||||
G4EmDNAChemistry.hh
|
||||
G4EmDNAChemistry_option1.hh
|
||||
@@ -38,7 +22,6 @@ GEANT4_DEFINE_MODULE(NAME G4phys_ctor_em
|
||||
G4EmDNAPhysics_stationary_option4.hh
|
||||
G4EmDNAPhysics_stationary_option6.hh
|
||||
G4EmDNAPhysicsActivator.hh
|
||||
G4EmLEPTSPhysics.hh
|
||||
G4EmLivermorePhysics.hh
|
||||
G4EmLivermorePolarizedPhysics.hh
|
||||
G4EmLowEPPhysics.hh
|
||||
@@ -75,7 +58,6 @@ GEANT4_DEFINE_MODULE(NAME G4phys_ctor_em
|
||||
G4EmDNAPhysics_stationary_option4.cc
|
||||
G4EmDNAPhysics_stationary_option6.cc
|
||||
G4EmDNAPhysicsActivator.cc
|
||||
G4EmLEPTSPhysics.cc
|
||||
G4EmLivermorePhysics.cc
|
||||
G4EmLivermorePolarizedPhysics.cc
|
||||
G4EmLowEPPhysics.cc
|
||||
@@ -91,59 +73,41 @@ GEANT4_DEFINE_MODULE(NAME G4phys_ctor_em
|
||||
G4EmStandardPhysics_option3.cc
|
||||
G4EmStandardPhysics_option4.cc
|
||||
G4GammaGeneralProcess.cc
|
||||
G4OpticalPhysics.cc
|
||||
GRANULAR_DEPENDENCIES
|
||||
G4OpticalPhysics.cc)
|
||||
|
||||
geant4_module_link_libraries(G4phys_ctor_em
|
||||
PUBLIC
|
||||
G4decay
|
||||
G4emdna-utils
|
||||
G4emutils
|
||||
G4globman
|
||||
G4materials
|
||||
G4partman
|
||||
G4procman
|
||||
G4run
|
||||
G4transportation
|
||||
PRIVATE
|
||||
G4baryons
|
||||
G4bosons
|
||||
G4cuts
|
||||
G4decay
|
||||
G4emdna-utils
|
||||
G4emdna-processes
|
||||
G4emdna-man
|
||||
G4emdna-models
|
||||
G4emdna-molman
|
||||
G4emdna-moltypes
|
||||
G4emdna-models
|
||||
G4emdna-processes
|
||||
G4emhighenergy
|
||||
G4emlowenergy
|
||||
G4emstandard
|
||||
G4emutils
|
||||
G4geometrymng
|
||||
G4globman
|
||||
G4had_mod_man
|
||||
G4hadronic_mgt
|
||||
G4hadronic_proc
|
||||
G4hadronic_xsect
|
||||
G4hadronic_util
|
||||
G4intercoms
|
||||
G4ions
|
||||
G4leptons
|
||||
G4magneticfield
|
||||
G4materials
|
||||
G4mesons
|
||||
G4muons
|
||||
G4navigation
|
||||
G4optical
|
||||
G4partman
|
||||
G4phys_builders
|
||||
G4phys_ctor_factory
|
||||
G4physlist_util
|
||||
G4procman
|
||||
G4run
|
||||
G4shortlived
|
||||
G4track
|
||||
G4transportation
|
||||
G4volumes
|
||||
G4xrays
|
||||
GLOBAL_DEPENDENCIES
|
||||
G4geometry
|
||||
G4global
|
||||
G4intercoms
|
||||
G4materials
|
||||
G4particles
|
||||
G4processes
|
||||
G4run
|
||||
G4track
|
||||
LINK_LIBRARIES
|
||||
)
|
||||
|
||||
# List any source specific properties here
|
||||
|
||||
G4xrays)
|
||||
|
||||
Reference in New Issue
Block a user