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,84 +1,58 @@
#------------------------------------------------------------------------------
# sources.cmake
# Module : G4xrays
# Package: Geant4.src.G4processes.G4electromagnetic.G4xrays
#
# Sources description for a library.
# Lists the sources and headers of the code explicitly.
# 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 : 24/9/2010
#
#
#------------------------------------------------------------------------------
# - G4xrays module build definition
#
# Define the Geant4 Module.
#
GEANT4_DEFINE_MODULE(NAME G4xrays
HEADERS
G4Cerenkov.hh
G4ForwardXrayTR.hh
G4GammaXTRadiator.hh
G4RegularXTRadiator.hh
G4Scintillation.hh
G4ScintillationTrackInformation.hh
G4StrawTubeXTRadiator.hh
G4SynchrotronRadiation.hh
G4SynchrotronRadiationInMat.hh
G4TransitionRadiation.hh
G4TransparentRegXTRadiator.hh
G4VTRModel.hh
G4VTransitionRadiation.hh
G4VXTRenergyLoss.hh
G4XTRGammaRadModel.hh
G4XTRRegularRadModel.hh
G4XTRTransparentRegRadModel.hh
SOURCES
G4Cerenkov.cc
G4ForwardXrayTR.cc
G4GammaXTRadiator.cc
G4RegularXTRadiator.cc
G4Scintillation.cc
G4ScintillationTrackInformation.cc
G4StrawTubeXTRadiator.cc
G4SynchrotronRadiation.cc
G4SynchrotronRadiationInMat.cc
G4TransitionRadiation.cc
G4TransparentRegXTRadiator.cc
G4VTransitionRadiation.cc
G4VXTRenergyLoss.cc
G4XTRGammaRadModel.cc
G4XTRRegularRadModel.cc
G4XTRTransparentRegRadModel.cc
GRANULAR_DEPENDENCIES
G4baryons
G4bosons
G4cuts
G4emutils
G4geometrymng
G4globman
G4hepnumerics
G4ions
G4leptons
G4magneticfield
G4materials
G4mesons
G4navigation
G4partman
G4procman
G4track
G4volumes
GLOBAL_DEPENDENCIES
G4geometry
G4global
G4materials
G4particles
G4track
LINK_LIBRARIES
)
# List any source specific properties here
geant4_add_module(G4xrays
PUBLIC_HEADERS
G4Cerenkov.hh
G4ForwardXrayTR.hh
G4GammaXTRadiator.hh
G4RegularXTRadiator.hh
G4Scintillation.hh
G4ScintillationTrackInformation.hh
G4StrawTubeXTRadiator.hh
G4SynchrotronRadiation.hh
G4SynchrotronRadiationInMat.hh
G4TransitionRadiation.hh
G4TransparentRegXTRadiator.hh
G4VTRModel.hh
G4VTransitionRadiation.hh
G4VXTRenergyLoss.hh
G4XTRGammaRadModel.hh
G4XTRRegularRadModel.hh
G4XTRTransparentRegRadModel.hh
SOURCES
G4Cerenkov.cc
G4ForwardXrayTR.cc
G4GammaXTRadiator.cc
G4RegularXTRadiator.cc
G4Scintillation.cc
G4ScintillationTrackInformation.cc
G4StrawTubeXTRadiator.cc
G4SynchrotronRadiation.cc
G4SynchrotronRadiationInMat.cc
G4TransitionRadiation.cc
G4TransparentRegXTRadiator.cc
G4VTransitionRadiation.cc
G4VXTRenergyLoss.cc
G4XTRGammaRadModel.cc
G4XTRRegularRadModel.cc
G4XTRTransparentRegRadModel.cc)
geant4_module_link_libraries(G4xrays
PUBLIC
G4bosons
G4emutils
G4geometrymng
G4globman
G4leptons
G4materials
G4navigation
G4partman
G4procman
G4track
PRIVATE
G4cuts
G4emstandard
G4hepnumerics
G4heprandom
G4magneticfield)