Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/event/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 /event/sources.cmake (Version 11.3.0) and /event/sources.cmake (Version 10.0)


  1 # - G4event module build definition            <<   1 #------------------------------------------------------------------------------
                                                   >>   2 # sources.cmake
                                                   >>   3 # Module : G4event
                                                   >>   4 # Package: Geant4.src.G4event
                                                   >>   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 69010 2013-04-15 09:34:16Z gcosmo $
                                                   >>  15 #
                                                   >>  16 #------------------------------------------------------------------------------
  2                                                    17 
  3 # Define the Geant4 Module.                    <<  18 # List external includes needed.
  4 geant4_add_module(G4event                      <<  19 include_directories(${CLHEP_INCLUDE_DIRS})
  5   PUBLIC_HEADERS                               <<  20 
  6     G4AdjointPosOnPhysVolGenerator.hh          <<  21 # List internal includes needed.
  7     G4AdjointPrimaryGenerator.hh               <<  22 include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/detector/include)
  8     G4AdjointStackingAction.hh                 <<  23 include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/digits/include)
  9     G4ClassificationOfNewTrack.hh              <<  24 include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/hits/include)
 10     G4EvManMessenger.hh                        <<  25 include_directories(${CMAKE_SOURCE_DIR}/source/geometry/biasing/include)
 11     G4Event.hh                                 <<  26 include_directories(${CMAKE_SOURCE_DIR}/source/geometry/management/include)
 12     G4EventManager.hh                          <<  27 include_directories(${CMAKE_SOURCE_DIR}/source/geometry/navigation/include)
 13     G4GeneralParticleSource.hh                 <<  28 include_directories(${CMAKE_SOURCE_DIR}/source/geometry/volumes/include)
 14     G4GeneralParticleSourceData.hh             <<  29 include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include)
 15     G4GeneralParticleSourceMessenger.hh        <<  30 include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPNumerics/include)
 16     G4HEPEvtInterface.hh                       <<  31 include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include)
 17     G4HEPEvtParticle.hh                        <<  32 include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include)
 18     G4ParticleGun.hh                           <<  33 include_directories(${CMAKE_SOURCE_DIR}/source/graphics_reps/include)
 19     G4ParticleGunMessenger.hh                  <<  34 include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include)
 20     G4PrimaryTransformer.hh                    <<  35 include_directories(${CMAKE_SOURCE_DIR}/source/materials/include)
 21     G4RayShooter.hh                            <<  36 include_directories(${CMAKE_SOURCE_DIR}/source/particles/bosons/include)
 22     G4SPSAngDistribution.hh                    <<  37 include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/barions/include)
 23     G4SPSEneDistribution.hh                    <<  38 include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/ions/include)
 24     G4SPSPosDistribution.hh                    <<  39 include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/mesons/include)
 25     G4SPSRandomGenerator.hh                    <<  40 include_directories(${CMAKE_SOURCE_DIR}/source/particles/leptons/include)
 26     G4SingleParticleSource.hh                  <<  41 include_directories(${CMAKE_SOURCE_DIR}/source/particles/leptons/include)
 27     G4SmartTrackStack.hh                       <<  42 include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include)
 28     G4StackChecker.hh                          <<  43 include_directories(${CMAKE_SOURCE_DIR}/source/processes/electromagnetic/utils/include)
 29     G4StackManager.hh                          <<  44 include_directories(${CMAKE_SOURCE_DIR}/source/processes/management/include)
 30     G4StackedTrack.hh                          <<  45 include_directories(${CMAKE_SOURCE_DIR}/source/track/include)
 31     G4StackingMessenger.hh                     <<  46 include_directories(${CMAKE_SOURCE_DIR}/source/tracking/include)
 32     G4SubEvent.hh                              << 
 33     G4SubEventTrackStack.hh                    << 
 34     G4TrackStack.hh                            << 
 35     G4TrajectoryContainer.hh                   << 
 36     G4UserEventAction.hh                       << 
 37     G4MultiEventAction.hh                      << 
 38     G4UserStackingAction.hh                    << 
 39     G4VPrimaryGenerator.hh                     << 
 40     G4VUserEventInformation.hh                 << 
 41     evtdefs.hh                                 << 
 42   SOURCES                                      << 
 43     G4AdjointPosOnPhysVolGenerator.cc          << 
 44     G4AdjointPrimaryGenerator.cc               << 
 45     G4AdjointStackingAction.cc                 << 
 46     G4EvManMessenger.cc                        << 
 47     G4Event.cc                                 << 
 48     G4EventManager.cc                          << 
 49     G4GeneralParticleSource.cc                 << 
 50     G4GeneralParticleSourceData.cc             << 
 51     G4GeneralParticleSourceMessenger.cc        << 
 52     G4HEPEvtInterface.cc                       << 
 53     G4HEPEvtParticle.cc                        << 
 54     G4ParticleGun.cc                           << 
 55     G4ParticleGunMessenger.cc                  << 
 56     G4PrimaryTransformer.cc                    << 
 57     G4RayShooter.cc                            << 
 58     G4SPSAngDistribution.cc                    << 
 59     G4SPSEneDistribution.cc                    << 
 60     G4SPSPosDistribution.cc                    << 
 61     G4SPSRandomGenerator.cc                    << 
 62     G4SingleParticleSource.cc                  << 
 63     G4SmartTrackStack.cc                       << 
 64     G4StackChecker.cc                          << 
 65     G4StackManager.cc                          << 
 66     G4StackingMessenger.cc                     << 
 67     G4SubEvent.cc                              << 
 68     G4SubEventTrackStack.cc                    << 
 69     G4TrackStack.cc                            << 
 70     G4TrajectoryContainer.cc                   << 
 71     G4UserEventAction.cc                       << 
 72     G4MultiEventAction.cc                      << 
 73     G4UserStackingAction.cc                    << 
 74     G4VPrimaryGenerator.cc)                    << 
 75                                                    47 
 76 geant4_module_compile_definitions(G4event PRIV <<  48 #
                                                   >>  49 # Define the Geant4 Module.
                                                   >>  50 #
                                                   >>  51 include(Geant4MacroDefineModule)
                                                   >>  52 GEANT4_DEFINE_MODULE(NAME G4event
                                                   >>  53     HEADERS
                                                   >>  54         G4AdjointPosOnPhysVolGenerator.hh
                                                   >>  55         G4AdjointPrimaryGenerator.hh
                                                   >>  56         G4AdjointStackingAction.hh
                                                   >>  57         G4ClassificationOfNewTrack.hh
                                                   >>  58         G4EvManMessenger.hh
                                                   >>  59         G4Event.hh
                                                   >>  60         G4EventManager.hh
                                                   >>  61         G4GeneralParticleSource.hh
                                                   >>  62         G4GeneralParticleSourceMessenger.hh
                                                   >>  63         G4HEPEvtInterface.hh
                                                   >>  64         G4HEPEvtParticle.hh
                                                   >>  65         G4ParticleGun.hh
                                                   >>  66         G4ParticleGunMessenger.hh
                                                   >>  67         G4PrimaryTransformer.hh
                                                   >>  68         G4RayShooter.hh
                                                   >>  69         G4SPSAngDistribution.hh
                                                   >>  70         G4SPSEneDistribution.hh
                                                   >>  71         G4SPSPosDistribution.hh
                                                   >>  72         G4SPSRandomGenerator.hh
                                                   >>  73         G4SingleParticleSource.hh
                                                   >>  74         G4SmartTrackStack.hh
                                                   >>  75         G4StackChecker.hh
                                                   >>  76         G4StackManager.hh
                                                   >>  77         G4StackedTrack.hh
                                                   >>  78         G4StackingMessenger.hh
                                                   >>  79         G4TrackStack.hh
                                                   >>  80         G4TrajectoryContainer.hh
                                                   >>  81         G4UserEventAction.hh
                                                   >>  82         G4UserStackingAction.hh
                                                   >>  83         G4VPrimaryGenerator.hh
                                                   >>  84         G4VUserEventInformation.hh
                                                   >>  85         eventgendefs.hh
                                                   >>  86         evmandefs.hh
                                                   >>  87         evtdefs.hh
                                                   >>  88         trajectoryControl.hh
                                                   >>  89     SOURCES
                                                   >>  90         G4AdjointPosOnPhysVolGenerator.cc
                                                   >>  91         G4AdjointPrimaryGenerator.cc
                                                   >>  92         G4AdjointStackingAction.cc
                                                   >>  93         G4EvManMessenger.cc
                                                   >>  94         G4Event.cc
                                                   >>  95         G4EventManager.cc
                                                   >>  96         G4GeneralParticleSource.cc
                                                   >>  97         G4GeneralParticleSourceMessenger.cc
                                                   >>  98         G4HEPEvtInterface.cc
                                                   >>  99         G4HEPEvtParticle.cc
                                                   >> 100         G4ParticleGun.cc
                                                   >> 101         G4ParticleGunMessenger.cc
                                                   >> 102         G4PrimaryTransformer.cc
                                                   >> 103         G4RayShooter.cc
                                                   >> 104         G4SPSAngDistribution.cc
                                                   >> 105         G4SPSEneDistribution.cc
                                                   >> 106         G4SPSPosDistribution.cc
                                                   >> 107         G4SPSRandomGenerator.cc
                                                   >> 108         G4SingleParticleSource.cc
                                                   >> 109         G4SmartTrackStack.cc
                                                   >> 110         G4StackChecker.cc
                                                   >> 111         G4StackManager.cc
                                                   >> 112         G4StackingMessenger.cc
                                                   >> 113         G4TrackStack.cc
                                                   >> 114         G4TrajectoryContainer.cc
                                                   >> 115         G4UserEventAction.cc
                                                   >> 116         G4UserStackingAction.cc
                                                   >> 117         G4VPrimaryGenerator.cc
                                                   >> 118     GRANULAR_DEPENDENCIES
                                                   >> 119         G4baryons
                                                   >> 120         G4bosons
                                                   >> 121         G4detector
                                                   >> 122         G4digits
                                                   >> 123         G4emutils
                                                   >> 124         G4geombias
                                                   >> 125         G4geometrymng
                                                   >> 126         G4globman
                                                   >> 127         G4graphics_reps
                                                   >> 128         G4hepnumerics
                                                   >> 129         G4hits
                                                   >> 130         G4intercoms
                                                   >> 131         G4ions
                                                   >> 132         G4leptons
                                                   >> 133         G4materials
                                                   >> 134         G4mesons
                                                   >> 135         G4navigation
                                                   >> 136         G4partman
                                                   >> 137         G4procman
                                                   >> 138         G4track
                                                   >> 139         G4tracking
                                                   >> 140         G4volumes
                                                   >> 141     GLOBAL_DEPENDENCIES
                                                   >> 142         G4digits_hits
                                                   >> 143         G4geometry
                                                   >> 144         G4global
                                                   >> 145         G4graphics_reps
                                                   >> 146         G4intercoms
                                                   >> 147         G4materials
                                                   >> 148         G4particles
                                                   >> 149         G4processes
                                                   >> 150         G4track
                                                   >> 151         G4tracking
                                                   >> 152     LINK_LIBRARIES
                                                   >> 153 )
 77                                                   154 
 78 # Enable smart stack                           << 155 # List any source specific properties here
 79 if(GEANT4_USE_SMARTSTACK)                      << 
 80   geant4_module_compile_definitions(G4event PU << 
 81 endif()                                        << 
 82                                                   156 
 83 geant4_module_link_libraries(G4event           << 
 84   PUBLIC                                       << 
 85     G4track                                    << 
 86     G4tracking                                 << 
 87     G4digits                                   << 
 88     G4hits                                     << 
 89     G4partman                                  << 
 90     G4geometrymng                              << 
 91     G4navigation                               << 
 92     G4intercoms                                << 
 93     G4hepnumerics                              << 
 94     G4globman                                  << 
 95   PRIVATE                                      << 
 96     G4procman                                  << 
 97     G4bosons                                   << 
 98     G4detector                                 << 
 99     G4graphics_reps                            << 
100     G4materials                                << 
101     G4heprandom                                << 
102     G4parameterisation)                        <<