Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/processes/hadronic/models/radioactive_decay/sources.cmake

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

Diff markup

Differences between /processes/hadronic/models/radioactive_decay/sources.cmake (Version 11.3.0) and /processes/hadronic/models/radioactive_decay/sources.cmake (Version 10.2.p3)


  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 93732 2015-10-30 10:57:14Z 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         G4AlphaDecayChannel.hh
 10     G4BetaMinusDecay.hh                        <<  57         G4BetaDecayCorrections.hh
 11     G4BetaPlusDecay.hh                         <<  58         G4BetaDecayType.hh
 12     G4BetaSpectrumSampler.hh                   <<  59         G4BetaMinusDecay.hh
 13     G4ECDecay.hh                               <<  60         G4BetaMinusDecayChannel.hh
 14     G4ITDecay.hh                               <<  61         G4BetaPlusDecay.hh
 15     G4SFDecay.hh                               <<  62         G4BetaPlusDecayChannel.hh
 16     G4NeutronDecay.hh                          <<  63         G4ECDecay.hh
 17     G4NuclearDecay.hh                          <<  64         G4ITDecay.hh
 18     G4NucleusLimits.hh                         <<  65         G4ITDecayChannel.hh
 19     G4ProtonDecay.hh                           <<  66         G4KshellECDecayChannel.hh
 20     G4RadioactiveDecay.hh                      <<  67         G4LshellECDecayChannel.hh
 21     G4RadioactiveDecayMessenger.hh             <<  68         G4MshellECDecayChannel.hh
 22     G4Radioactivation.hh                       <<  69         G4NeutronDecay.hh
 23     G4RadioactivationMessenger.hh              <<  70         G4NuclearDecayChannel.hh
 24     G4RadioactiveDecayMode.hh                  <<  71         G4NuclearDecay.hh
 25     G4RadioactiveDecayRatesToDaughter.hh       <<  72         G4NucleusLimits.hh
 26     G4RadioactiveDecayChainsFromParent.hh      <<  73         G4ProtonDecay.hh
 27     G4RadioactivityTable.hh                    <<  74   G4ProtonDecayChannel.hh
 28     G4TritonDecay.hh                           <<  75         G4RIsotopeTable.hh
 29     G4UIcmdWithNucleusLimits.hh                <<  76         G4RadioactiveDecay.hh
 30     G4UserLimitsForRD.hh                       <<  77         G4RadioactiveDecayMode.hh
 31     G4VRadioactiveDecay.hh                     <<  78         G4RadioactiveDecayRate.hh
 32   SOURCES                                      <<  79         G4RadioactiveDecayRateVector.hh
 33     G4AlphaDecay.cc                            <<  80         G4RadioactiveDecaymessenger.hh
 34     G4BatemanParameters.cc                     <<  81         G4RadioactivityTable.hh
 35     G4BetaDecayCorrections.cc                  <<  82         G4UIcmdWithNucleusLimits.hh
 36     G4BetaDecayType.cc                         <<  83         G4UserLimitsForRD.hh
 37     G4BetaMinusDecay.cc                        <<  84     SOURCES
 38     G4BetaPlusDecay.cc                         <<  85         G4AlphaDecay.cc
 39     G4BetaSpectrumSampler.cc                   <<  86         G4BetaDecayCorrections.cc
 40     G4ECDecay.cc                               <<  87         G4BetaDecayType.cc
 41     G4ITDecay.cc                               <<  88         G4BetaMinusDecay.cc
 42     G4SFDecay.cc                               <<  89         G4BetaPlusDecay.cc
 43     G4NeutronDecay.cc                          <<  90         G4ECDecay.cc
 44     G4NuclearDecay.cc                          <<  91         G4ITDecay.cc
 45     G4NucleusLimits.cc                         <<  92         G4NeutronDecay.cc
 46     G4ProtonDecay.cc                           <<  93         G4NuclearDecayChannel.cc
 47     G4RadioactiveDecay.cc                      <<  94         G4NuclearDecay.cc
 48     G4RadioactiveDecayMessenger.cc             <<  95         G4NucleusLimits.cc
 49     G4RadioactivationMessenger.cc              <<  96         G4ProtonDecay.cc
 50     G4RadioactiveDecayMode.cc                  <<  97         G4RIsotopeTable.cc
 51     G4RadioactiveDecayRatesToDaughter.cc       <<  98         G4RadioactiveDecay.cc
 52     G4RadioactiveDecayChainsFromParent.cc      <<  99         G4RadioactiveDecayMode.cc
 53     G4RadioactivityTable.cc                    << 100         G4RadioactiveDecayRate.cc
 54     G4TritonDecay.cc                           << 101         G4RadioactiveDecayRateVector.cc
 55     G4UIcmdWithNucleusLimits.cc                << 102         G4RadioactiveDecaymessenger.cc
 56     G4VRadioactiveDecay.cc)                    << 103         G4RadioactivityTable.cc
                                                   >> 104         G4UIcmdWithNucleusLimits.cc
                                                   >> 105     GRANULAR_DEPENDENCIES
                                                   >> 106         G4baryons
                                                   >> 107         G4bosons
                                                   >> 108         G4emutils
                                                   >> 109         G4geometrymng
                                                   >> 110         G4globman
                                                   >> 111         G4had_mod_util
                                                   >> 112         G4hadronic_deex_management
                                                   >> 113         G4hadronic_deex_photon_evaporation
                                                   >> 114         G4hadronic_deex_util
                                                   >> 115         G4hadronic_mgt
                                                   >> 116         G4hadronic_proc
                                                   >> 117         G4hadronic_util
                                                   >> 118         G4hadronic_xsect
                                                   >> 119         G4intercoms
                                                   >> 120         G4ions
                                                   >> 121         G4leptons
                                                   >> 122         G4materials
                                                   >> 123         G4mesons
                                                   >> 124         G4partman
                                                   >> 125         G4procman
                                                   >> 126         G4track
                                                   >> 127         G4volumes
                                                   >> 128     GLOBAL_DEPENDENCIES
                                                   >> 129         G4geometry
                                                   >> 130         G4global
                                                   >> 131         G4intercoms
                                                   >> 132         G4materials
                                                   >> 133         G4particles
                                                   >> 134         G4track
                                                   >> 135     LINK_LIBRARIES
                                                   >> 136 )
 57                                                   137 
 58 geant4_module_link_libraries(G4hadronic_radioa << 138 # 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)                               <<