Geant4 Cross Reference |
1 # - G4emadjoint module build definition << 1 #------------------------------------------------------------------------------ >> 2 # sources.cmake >> 3 # Module : G4emadjoint >> 4 # Package: Geant4.src.G4processes.G4electromagnetic.G4emadjoint >> 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,v 1.1 2010/09/29 18:52:40 bmorgan Exp $ >> 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/navigation/include) >> 24 include_directories(${CMAKE_SOURCE_DIR}/source/geometry/volumes/include) >> 25 include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include) >> 26 include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPNumerics/include) >> 27 include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include) >> 28 include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include) >> 29 include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include) >> 30 include_directories(${CMAKE_SOURCE_DIR}/source/materials/include) >> 31 include_directories(${CMAKE_SOURCE_DIR}/source/particles/adjoint/include) >> 32 include_directories(${CMAKE_SOURCE_DIR}/source/particles/bosons/include) >> 33 include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/barions/include) >> 34 include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/ions/include) >> 35 include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/mesons/include) >> 36 include_directories(${CMAKE_SOURCE_DIR}/source/particles/leptons/include) >> 37 include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include) >> 38 include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include) >> 39 include_directories(${CMAKE_SOURCE_DIR}/source/processes/cuts/include) >> 40 include_directories(${CMAKE_SOURCE_DIR}/source/processes/electromagnetic/standard/include) >> 41 include_directories(${CMAKE_SOURCE_DIR}/source/processes/electromagnetic/utils/include) >> 42 include_directories(${CMAKE_SOURCE_DIR}/source/processes/management/include) >> 43 include_directories(${CMAKE_SOURCE_DIR}/source/track/include) >> 44 >> 45 # 3 # Define the Geant4 Module. 46 # Define the Geant4 Module. 4 geant4_add_module(G4emadjoint << 47 # 5 PUBLIC_HEADERS << 48 include(Geant4MacroDefineModule) 6 G4AdjointAlongStepWeightCorrection.hh << 49 GEANT4_DEFINE_MODULE(NAME G4emadjoint 7 G4AdjointBremsstrahlungModel.hh << 50 HEADERS 8 G4AdjointCSManager.hh << 51 G4AdjointAlongStepWeightCorrection.hh 9 G4AdjointCSMatrix.hh << 52 G4AdjointBremsstrahlungModel.hh 10 G4AdjointComptonModel.hh << 53 G4AdjointCSManager.hh 11 G4AdjointInterpolator.hh << 54 G4AdjointCSMatrix.hh 12 G4AdjointIonIonisationModel.hh << 55 G4AdjointComptonModel.hh 13 G4AdjointPhotoElectricModel.hh << 56 G4AdjointInterpolator.hh 14 G4AdjointProcessEquivalentToDirectProcess. << 57 G4AdjointIonIonisationModel.hh 15 G4AdjointeIonisationModel.hh << 58 G4AdjointPhotoElectricModel.hh 16 G4AdjointhIonisationModel.hh << 59 G4AdjointProcessEquivalentToDirectProcess.hh 17 G4AdjointhMultipleScattering.hh << 60 G4AdjointeIonisationModel.hh 18 G4ContinuousGainOfEnergy.hh << 61 G4AdjointhIonisationModel.hh 19 G4InversePEEffect.hh << 62 G4AdjointhMultipleScattering.hh 20 G4IonInverseIonisation.hh << 63 G4ContinuousGainOfEnergy.hh 21 G4VAdjointReverseReaction.hh << 64 G4InversePEEffect.hh 22 G4AdjointForcedInteractionForGamma.hh << 65 G4IonInverseIonisation.hh 23 G4VEmAdjointModel.hh << 66 G4VAdjointReverseReaction.hh 24 G4eInverseBremsstrahlung.hh << 67 G4VEmAdjointModel.hh 25 G4eInverseCompton.hh << 68 G4eInverseBremsstrahlung.hh 26 G4eInverseIonisation.hh << 69 G4eInverseCompton.hh 27 G4hInverseIonisation.hh << 70 G4eInverseIonisation.hh 28 G4UrbanAdjointMscModel.hh << 71 G4hInverseIonisation.hh 29 G4eAdjointMultipleScattering.hh << 72 SOURCES 30 SOURCES << 73 G4AdjointAlongStepWeightCorrection.cc 31 G4AdjointAlongStepWeightCorrection.cc << 74 G4AdjointBremsstrahlungModel.cc 32 G4AdjointBremsstrahlungModel.cc << 75 G4AdjointCSManager.cc 33 G4AdjointCSManager.cc << 76 G4AdjointCSMatrix.cc 34 G4AdjointCSMatrix.cc << 77 G4AdjointComptonModel.cc 35 G4AdjointComptonModel.cc << 78 G4AdjointInterpolator.cc 36 G4AdjointInterpolator.cc << 79 G4AdjointIonIonisationModel.cc 37 G4AdjointIonIonisationModel.cc << 80 G4AdjointPhotoElectricModel.cc 38 G4AdjointPhotoElectricModel.cc << 81 G4AdjointProcessEquivalentToDirectProcess.cc 39 G4AdjointProcessEquivalentToDirectProcess. << 82 G4AdjointeIonisationModel.cc 40 G4AdjointeIonisationModel.cc << 83 G4AdjointhIonisationModel.cc 41 G4AdjointhIonisationModel.cc << 84 G4AdjointhMultipleScattering.cc 42 G4AdjointhMultipleScattering.cc << 85 G4ContinuousGainOfEnergy.cc 43 G4ContinuousGainOfEnergy.cc << 86 G4InversePEEffect.cc 44 G4InversePEEffect.cc << 87 G4IonInverseIonisation.cc 45 G4IonInverseIonisation.cc << 88 G4VAdjointReverseReaction.cc 46 G4VAdjointReverseReaction.cc << 89 G4VEmAdjointModel.cc 47 G4AdjointForcedInteractionForGamma.cc << 90 G4eInverseBremsstrahlung.cc 48 G4VEmAdjointModel.cc << 91 G4eInverseCompton.cc 49 G4eInverseBremsstrahlung.cc << 92 G4eInverseIonisation.cc 50 G4eInverseCompton.cc << 93 G4hInverseIonisation.cc 51 G4eInverseIonisation.cc << 94 GRANULAR_DEPENDENCIES 52 G4hInverseIonisation.cc << 95 G4baryons 53 G4UrbanAdjointMscModel.cc << 96 G4bosons 54 G4eAdjointMultipleScattering.cc) << 97 G4cuts >> 98 G4emstandard >> 99 G4emutils >> 100 G4geometrymng >> 101 G4globman >> 102 G4hepnumerics >> 103 G4intercoms >> 104 G4ions >> 105 G4leptons >> 106 G4materials >> 107 G4mesons >> 108 G4navigation >> 109 G4partadj >> 110 G4partman >> 111 G4procman >> 112 G4track >> 113 G4volumes >> 114 GLOBAL_DEPENDENCIES >> 115 G4geometry >> 116 G4global >> 117 G4intercoms >> 118 G4materials >> 119 G4particles >> 120 G4track >> 121 LINK_LIBRARIES >> 122 ) >> 123 >> 124 # List any source specific properties here 55 125 56 geant4_module_link_libraries(G4emadjoint << 57 PUBLIC << 58 G4cuts << 59 G4emutils << 60 G4globman << 61 G4leptons << 62 G4partman << 63 G4procman << 64 PRIVATE << 65 G4baryons << 66 G4bosons << 67 G4emstandard << 68 G4hepnumerics << 69 G4heprandom << 70 G4ions << 71 G4materials << 72 G4partadj << 73 G4track) <<