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 100666 2016-10-31 10:27:00Z 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/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 G4AdjointForcedInteractionForGamma.hh 25 G4eInverseCompton.hh << 68 G4VEmAdjointModel.hh 26 G4eInverseIonisation.hh << 69 G4eInverseBremsstrahlung.hh 27 G4hInverseIonisation.hh << 70 G4eInverseCompton.hh 28 G4UrbanAdjointMscModel.hh << 71 G4eInverseIonisation.hh 29 G4eAdjointMultipleScattering.hh << 72 G4hInverseIonisation.hh 30 SOURCES << 73 G4UrbanAdjointMscModel.hh 31 G4AdjointAlongStepWeightCorrection.cc << 74 G4eAdjointMultipleScattering.hh 32 G4AdjointBremsstrahlungModel.cc << 75 SOURCES 33 G4AdjointCSManager.cc << 76 G4AdjointAlongStepWeightCorrection.cc 34 G4AdjointCSMatrix.cc << 77 G4AdjointBremsstrahlungModel.cc 35 G4AdjointComptonModel.cc << 78 G4AdjointCSManager.cc 36 G4AdjointInterpolator.cc << 79 G4AdjointCSMatrix.cc 37 G4AdjointIonIonisationModel.cc << 80 G4AdjointComptonModel.cc 38 G4AdjointPhotoElectricModel.cc << 81 G4AdjointInterpolator.cc 39 G4AdjointProcessEquivalentToDirectProcess. << 82 G4AdjointIonIonisationModel.cc 40 G4AdjointeIonisationModel.cc << 83 G4AdjointPhotoElectricModel.cc 41 G4AdjointhIonisationModel.cc << 84 G4AdjointProcessEquivalentToDirectProcess.cc 42 G4AdjointhMultipleScattering.cc << 85 G4AdjointeIonisationModel.cc 43 G4ContinuousGainOfEnergy.cc << 86 G4AdjointhIonisationModel.cc 44 G4InversePEEffect.cc << 87 G4AdjointhMultipleScattering.cc 45 G4IonInverseIonisation.cc << 88 G4ContinuousGainOfEnergy.cc 46 G4VAdjointReverseReaction.cc << 89 G4InversePEEffect.cc 47 G4AdjointForcedInteractionForGamma.cc << 90 G4IonInverseIonisation.cc 48 G4VEmAdjointModel.cc << 91 G4VAdjointReverseReaction.cc 49 G4eInverseBremsstrahlung.cc << 92 G4AdjointForcedInteractionForGamma.cc 50 G4eInverseCompton.cc << 93 G4VEmAdjointModel.cc 51 G4eInverseIonisation.cc << 94 G4eInverseBremsstrahlung.cc 52 G4hInverseIonisation.cc << 95 G4eInverseCompton.cc 53 G4UrbanAdjointMscModel.cc << 96 G4eInverseIonisation.cc 54 G4eAdjointMultipleScattering.cc) << 97 G4hInverseIonisation.cc >> 98 G4UrbanAdjointMscModel.cc >> 99 G4eAdjointMultipleScattering.cc >> 100 GRANULAR_DEPENDENCIES >> 101 G4baryons >> 102 G4bosons >> 103 G4cuts >> 104 G4emstandard >> 105 G4emutils >> 106 G4geometrymng >> 107 G4globman >> 108 G4hepnumerics >> 109 G4intercoms >> 110 G4ions >> 111 G4leptons >> 112 G4materials >> 113 G4mesons >> 114 G4navigation >> 115 G4partadj >> 116 G4partman >> 117 G4procman >> 118 G4track >> 119 G4volumes >> 120 GLOBAL_DEPENDENCIES >> 121 G4geometry >> 122 G4global >> 123 G4intercoms >> 124 G4materials >> 125 G4particles >> 126 G4track >> 127 LINK_LIBRARIES >> 128 ) >> 129 >> 130 # List any source specific properties here 55 131 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) <<