Geant4 Cross Reference |
1 # - G4hadronic_radioactivedecay module build d << 1 #------------------------------------------------------------------------------ >> 2 # sources.cmake >> 3 # Module : G4hadronic_radioactivedecay >> 4 # Package: Geant4.src.G4processes.G4hadronic.G4hadronic_models.G4hadronic_radioactivedecay >> 5 # >> 6 # Sources description for a library. >> 7 # Lists the sources and headers of the code explicitely. >> 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 # $Id: sources.cmake 106990 2017-10-31 10:12:48Z gcosmo $ >> 15 # >> 16 #------------------------------------------------------------------------------ 2 17 >> 18 # List external includes needed. >> 19 include_directories(${CLHEP_INCLUDE_DIRS}) >> 20 >> 21 # List internal includes needed. >> 22 include_directories(${CMAKE_SOURCE_DIR}/source/geometry/management/include) >> 23 include_directories(${CMAKE_SOURCE_DIR}/source/geometry/volumes/include) >> 24 include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include) >> 25 include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include) >> 26 include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include) >> 27 include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include) >> 28 include_directories(${CMAKE_SOURCE_DIR}/source/materials/include) >> 29 include_directories(${CMAKE_SOURCE_DIR}/source/particles/bosons/include) >> 30 include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/barions/include) >> 31 include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/ions/include) >> 32 include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/mesons/include) >> 33 include_directories(${CMAKE_SOURCE_DIR}/source/particles/leptons/include) >> 34 include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include) >> 35 include_directories(${CMAKE_SOURCE_DIR}/source/processes/cuts/include) >> 36 include_directories(${CMAKE_SOURCE_DIR}/source/processes/electromagnetic/lowenergy/include) >> 37 include_directories(${CMAKE_SOURCE_DIR}/source/processes/electromagnetic/utils/include) >> 38 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/cross_sections/include) >> 39 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/management/include) >> 40 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/de_excitation/management/include) >> 41 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/de_excitation/photon_evaporation/include) >> 42 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/de_excitation/util/include) >> 43 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/util/include) >> 44 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/processes/include) >> 45 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/util/include) >> 46 include_directories(${CMAKE_SOURCE_DIR}/source/processes/management/include) >> 47 include_directories(${CMAKE_SOURCE_DIR}/source/track/include) >> 48 >> 49 # 3 # Define the Geant4 Module. 50 # Define the Geant4 Module. 4 geant4_add_module(G4hadronic_radioactivedecay << 51 # 5 PUBLIC_HEADERS << 52 include(Geant4MacroDefineModule) 6 G4AlphaDecay.hh << 53 GEANT4_DEFINE_MODULE(NAME G4hadronic_radioactivedecay 7 G4BatemanParameters.hh << 54 HEADERS 8 G4BetaDecayCorrections.hh << 55 G4AlphaDecay.hh 9 G4BetaDecayType.hh << 56 G4BatemanParameters.hh 10 G4BetaMinusDecay.hh << 57 G4BetaDecayCorrections.hh 11 G4BetaPlusDecay.hh << 58 G4BetaDecayType.hh 12 G4BetaSpectrumSampler.hh << 59 G4BetaMinusDecay.hh 13 G4ECDecay.hh << 60 G4BetaPlusDecay.hh 14 G4ITDecay.hh << 61 G4ECDecay.hh 15 G4SFDecay.hh << 62 G4ITDecay.hh 16 G4NeutronDecay.hh << 63 G4NeutronDecay.hh 17 G4NuclearDecay.hh << 64 G4NuclearDecay.hh 18 G4NucleusLimits.hh << 65 G4NucleusLimits.hh 19 G4ProtonDecay.hh << 66 G4ProtonDecay.hh 20 G4RadioactiveDecay.hh << 67 G4RadioactiveDecay.hh 21 G4RadioactiveDecayMessenger.hh << 68 G4RadioactiveDecayBase.hh 22 G4Radioactivation.hh << 69 G4RadioactiveDecayBaseMessenger.hh 23 G4RadioactivationMessenger.hh << 70 G4Radioactivation.hh 24 G4RadioactiveDecayMode.hh << 71 G4RadioactivationMessenger.hh 25 G4RadioactiveDecayRatesToDaughter.hh << 72 G4RadioactiveDecayMode.hh 26 G4RadioactiveDecayChainsFromParent.hh << 73 G4RadioactiveDecayRatesToDaughter.hh 27 G4RadioactivityTable.hh << 74 G4RadioactiveDecayChainsFromParent.hh 28 G4TritonDecay.hh << 75 G4RadioactiveDecaymessenger.hh 29 G4UIcmdWithNucleusLimits.hh << 76 G4RadioactivityTable.hh 30 G4UserLimitsForRD.hh << 77 G4UIcmdWithNucleusLimits.hh 31 G4VRadioactiveDecay.hh << 78 G4UserLimitsForRD.hh 32 SOURCES << 79 SOURCES 33 G4AlphaDecay.cc << 80 G4AlphaDecay.cc 34 G4BatemanParameters.cc << 81 G4BatemanParameters.cc 35 G4BetaDecayCorrections.cc << 82 G4BetaDecayCorrections.cc 36 G4BetaDecayType.cc << 83 G4BetaDecayType.cc 37 G4BetaMinusDecay.cc << 84 G4BetaMinusDecay.cc 38 G4BetaPlusDecay.cc << 85 G4BetaPlusDecay.cc 39 G4BetaSpectrumSampler.cc << 86 G4ECDecay.cc 40 G4ECDecay.cc << 87 G4ITDecay.cc 41 G4ITDecay.cc << 88 G4NeutronDecay.cc 42 G4SFDecay.cc << 89 G4NuclearDecay.cc 43 G4NeutronDecay.cc << 90 G4NucleusLimits.cc 44 G4NuclearDecay.cc << 91 G4ProtonDecay.cc 45 G4NucleusLimits.cc << 92 G4RadioactiveDecay.cc 46 G4ProtonDecay.cc << 93 G4RadioactiveDecayBase.cc 47 G4RadioactiveDecay.cc << 94 G4RadioactiveDecayBaseMessenger.cc 48 G4RadioactiveDecayMessenger.cc << 95 G4Radioactivation.cc 49 G4RadioactivationMessenger.cc << 96 G4RadioactivationMessenger.cc 50 G4RadioactiveDecayMode.cc << 97 G4RadioactiveDecayMode.cc 51 G4RadioactiveDecayRatesToDaughter.cc << 98 G4RadioactiveDecayRatesToDaughter.cc 52 G4RadioactiveDecayChainsFromParent.cc << 99 G4RadioactiveDecayChainsFromParent.cc 53 G4RadioactivityTable.cc << 100 G4RadioactiveDecaymessenger.cc 54 G4TritonDecay.cc << 101 G4RadioactivityTable.cc 55 G4UIcmdWithNucleusLimits.cc << 102 G4UIcmdWithNucleusLimits.cc 56 G4VRadioactiveDecay.cc) << 103 GRANULAR_DEPENDENCIES >> 104 G4baryons >> 105 G4bosons >> 106 G4emutils >> 107 G4geometrymng >> 108 G4globman >> 109 G4had_mod_util >> 110 G4hadronic_deex_management >> 111 G4hadronic_deex_photon_evaporation >> 112 G4hadronic_deex_util >> 113 G4hadronic_mgt >> 114 G4hadronic_proc >> 115 G4hadronic_util >> 116 G4hadronic_xsect >> 117 G4intercoms >> 118 G4ions >> 119 G4leptons >> 120 G4materials >> 121 G4mesons >> 122 G4partman >> 123 G4procman >> 124 G4track >> 125 G4volumes >> 126 GLOBAL_DEPENDENCIES >> 127 G4geometry >> 128 G4global >> 129 G4intercoms >> 130 G4materials >> 131 G4particles >> 132 G4track >> 133 LINK_LIBRARIES >> 134 ) 57 135 58 geant4_module_link_libraries(G4hadronic_radioa << 136 # List any source specific properties here 59 PUBLIC << 60 G4globman << 61 G4intercoms << 62 G4partman << 63 G4procman << 64 G4track << 65 PRIVATE << 66 G4baryons << 67 G4bosons << 68 G4emlowenergy << 69 G4emutils << 70 G4geometrymng << 71 G4had_fission << 72 G4hadronic_deex_management << 73 G4hadronic_deex_photon_evaporation << 74 G4hadronic_mgt << 75 G4hadronic_util << 76 G4hepgeometry << 77 G4heprandom << 78 G4ions << 79 G4leptons << 80 G4materials) <<