Geant4 Cross Reference |
1 # - G4xrays module build definition << 1 #------------------------------------------------------------------------------ >> 2 # sources.cmake >> 3 # Module : G4xrays >> 4 # Package: Geant4.src.G4processes.G4electromagnetic.G4xrays >> 5 # >> 6 # Sources description for a library. >> 7 # Lists the sources and headers of the code explicitly. >> 8 # Lists include paths needed. >> 9 # Lists the internal granular and global dependencies of the library. >> 10 # Source specific properties should be added at the end. >> 11 # >> 12 # Generated on : 24/9/2010 >> 13 # >> 14 # >> 15 #------------------------------------------------------------------------------ 2 16 >> 17 # 3 # Define the Geant4 Module. 18 # Define the Geant4 Module. 4 geant4_add_module(G4xrays << 19 # 5 PUBLIC_HEADERS << 20 GEANT4_DEFINE_MODULE(NAME G4xrays 6 G4Cerenkov.hh << 21 HEADERS 7 G4ForwardXrayTR.hh << 22 G4Cerenkov.hh 8 G4GammaXTRadiator.hh << 23 G4ForwardXrayTR.hh 9 G4GaussXTRadiator.hh << 24 G4GammaXTRadiator.hh 10 G4RegularXTRadiator.hh << 25 G4RegularXTRadiator.hh 11 G4Scintillation.hh << 26 G4Scintillation.hh 12 G4ScintillationTrackInformation.hh << 27 G4ScintillationTrackInformation.hh 13 G4StrawTubeXTRadiator.hh << 28 G4StrawTubeXTRadiator.hh 14 G4SynchrotronRadiation.hh << 29 G4SynchrotronRadiation.hh 15 G4SynchrotronRadiationInMat.hh << 30 G4SynchrotronRadiationInMat.hh 16 G4TransitionRadiation.hh << 31 G4TransitionRadiation.hh 17 G4TransparentRegXTRadiator.hh << 32 G4TransparentRegXTRadiator.hh 18 G4VTRModel.hh << 33 G4VTRModel.hh 19 G4VTransitionRadiation.hh << 34 G4VTransitionRadiation.hh 20 G4VXTRenergyLoss.hh << 35 G4VXTRenergyLoss.hh 21 G4XTRGammaRadModel.hh << 36 G4XTRGammaRadModel.hh 22 G4XTRGaussRadModel.hh << 37 G4XTRRegularRadModel.hh 23 G4XTRRegularRadModel.hh << 38 G4XTRTransparentRegRadModel.hh 24 G4XTRTransparentRegRadModel.hh << 39 SOURCES 25 G4XrayReflection.hh << 40 G4Cerenkov.cc 26 SOURCES << 41 G4ForwardXrayTR.cc 27 G4Cerenkov.cc << 42 G4GammaXTRadiator.cc 28 G4ForwardXrayTR.cc << 43 G4RegularXTRadiator.cc 29 G4GammaXTRadiator.cc << 44 G4Scintillation.cc 30 G4GaussXTRadiator.cc << 45 G4ScintillationTrackInformation.cc 31 G4RegularXTRadiator.cc << 46 G4StrawTubeXTRadiator.cc 32 G4Scintillation.cc << 47 G4SynchrotronRadiation.cc 33 G4ScintillationTrackInformation.cc << 48 G4SynchrotronRadiationInMat.cc 34 G4StrawTubeXTRadiator.cc << 49 G4TransitionRadiation.cc 35 G4SynchrotronRadiation.cc << 50 G4TransparentRegXTRadiator.cc 36 G4SynchrotronRadiationInMat.cc << 51 G4VTransitionRadiation.cc 37 G4TransitionRadiation.cc << 52 G4VXTRenergyLoss.cc 38 G4TransparentRegXTRadiator.cc << 53 G4XTRGammaRadModel.cc 39 G4VTransitionRadiation.cc << 54 G4XTRRegularRadModel.cc 40 G4VXTRenergyLoss.cc << 55 G4XTRTransparentRegRadModel.cc 41 G4XTRGammaRadModel.cc << 56 GRANULAR_DEPENDENCIES 42 G4XTRGaussRadModel.cc << 57 G4baryons 43 G4XTRRegularRadModel.cc << 58 G4bosons 44 G4XTRTransparentRegRadModel.cc << 59 G4cuts 45 G4XrayReflection.cc) << 60 G4emutils 46 geant4_module_link_libraries(G4xrays << 61 G4geometrymng 47 PUBLIC << 62 G4globman 48 G4bosons << 63 G4hepnumerics 49 G4emutils << 64 G4ions 50 G4geometrymng << 65 G4leptons 51 G4globman << 66 G4magneticfield 52 G4leptons << 67 G4materials 53 G4materials << 68 G4mesons 54 G4navigation << 69 G4navigation 55 G4partman << 70 G4partman 56 G4procman << 71 G4procman 57 G4track << 72 G4track 58 PRIVATE << 73 G4volumes 59 G4cuts << 74 GLOBAL_DEPENDENCIES 60 G4emstandard << 75 G4geometry 61 G4hepnumerics << 76 G4global 62 G4heprandom << 77 G4materials 63 G4magneticfield) << 78 G4particles >> 79 G4track >> 80 LINK_LIBRARIES >> 81 ) >> 82 >> 83 # List any source specific properties here >> 84