Geant4 Cross Reference |
1 # - G4emutils module build definition << 1 #------------------------------------------------------------------------------ >> 2 # sources.cmake >> 3 # Module : G4emutils >> 4 # Package: Geant4.src.G4processes.G4electromagnetic.G4emutils >> 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 96626 2016-04-27 08:36:27Z 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/HEPRandom/include) >> 27 include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include) >> 28 include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include) >> 29 include_directories(${CMAKE_SOURCE_DIR}/source/materials/include) >> 30 include_directories(${CMAKE_SOURCE_DIR}/source/particles/bosons/include) >> 31 include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/barions/include) >> 32 include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/ions/include) >> 33 include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/mesons/include) >> 34 include_directories(${CMAKE_SOURCE_DIR}/source/particles/leptons/include) >> 35 include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include) >> 36 include_directories(${CMAKE_SOURCE_DIR}/source/processes/cuts/include) >> 37 include_directories(${CMAKE_SOURCE_DIR}/source/processes/management/include) >> 38 include_directories(${CMAKE_SOURCE_DIR}/source/track/include) >> 39 >> 40 # 3 # Define the Geant4 Module. 41 # Define the Geant4 Module. 4 geant4_add_module(G4emutils << 42 # 5 PUBLIC_HEADERS << 43 include(Geant4MacroDefineModule) 6 G4AngleDirect.hh << 44 GEANT4_DEFINE_MODULE(NAME G4emutils 7 G4AtomicShell.hh << 45 HEADERS 8 G4AtomicShellEnumerator.hh << 46 G4AngleDirect.hh 9 G4DNAModelSubType.hh << 47 G4AtomicShell.hh 10 G4DummyModel.hh << 48 G4AtomicShellEnumerator.hh 11 G4ChemTimeStepModel.hh << 49 G4DummyModel.hh 12 G4ElectronIonPair.hh << 50 G4ElectronIonPair.hh 13 G4EmBiasingManager.hh << 51 G4EmBiasingManager.hh 14 G4EmCalculator.hh << 52 G4EmCalculator.hh 15 G4EmConfigurator.hh << 53 G4EmConfigurator.hh 16 G4EmCorrections.hh << 54 G4EmCorrections.hh 17 G4EmDataHandler.hh << 55 G4EmElementSelector.hh 18 G4EmDataRegistry.hh << 56 G4EmModelManager.hh 19 G4EmElementSelector.hh << 57 G4EmMultiModel.hh 20 G4EmElementXS.hh << 58 G4EmParameters.hh 21 G4EmExtraParameters.hh << 59 G4EmParametersMessenger.hh 22 G4EmExtraParametersMessenger.hh << 60 G4EmProcessOptions.hh 23 G4EmFluoDirectory.hh << 61 G4EmProcessSubType.hh 24 G4EmLowEParameters.hh << 62 G4EmSaturation.hh 25 G4EmLowEParametersMessenger.hh << 63 G4EmTableType.hh 26 G4EmModelManager.hh << 64 G4EnergyLossTables.hh 27 G4EmMultiModel.hh << 65 G4LossTableBuilder.hh 28 G4EmParameters.hh << 66 G4LossTableManager.hh 29 G4EmParametersMessenger.hh << 67 G4MscStepLimitType.hh 30 G4EmProcessSubType.hh << 68 G4NuclearFormfactorType.hh 31 G4EmSaturation.hh << 69 G4VAtomDeexcitation.hh 32 G4EmSecondaryParticleType.hh << 70 G4VEmAngularDistribution.hh 33 G4EmTableType.hh << 71 G4VEmFluctuationModel.hh 34 G4EmTableUtil.hh << 72 G4VEmModel.hh 35 G4EmUtility.hh << 73 G4VEmProcess.hh 36 G4EnergyLossTables.hh << 74 G4VEnergyLossProcess.hh 37 G4LossTableBuilder.hh << 75 G4VMscModel.hh 38 G4LossTableManager.hh << 76 G4VMultipleScattering.hh 39 G4LowEnergyEmProcessSubType.hh << 77 G4VSubCutProducer.hh 40 G4MscStepLimitType.hh << 78 G4ionEffectiveCharge.hh 41 G4NIELCalculator.hh << 79 SOURCES 42 G4NuclearFormfactorType.hh << 80 G4AngleDirect.cc 43 G4OpticalParameters.hh << 81 G4DummyModel.cc 44 G4OpticalParametersMessenger.hh << 82 G4ElectronIonPair.cc 45 G4TransportationWithMsc.hh << 83 G4EmBiasingManager.cc 46 G4VAtomDeexcitation.hh << 84 G4EmCalculator.cc 47 G4VEmAngularDistribution.hh << 85 G4EmConfigurator.cc 48 G4VEmFluctuationModel.hh << 86 G4EmCorrections.cc 49 G4VEmModel.hh << 87 G4EmElementSelector.cc 50 G4VEmProcess.hh << 88 G4EmModelManager.cc 51 G4VEnergyLossProcess.hh << 89 G4EmMultiModel.cc 52 G4VMscModel.hh << 90 G4EmParameters.cc 53 G4VMultipleScattering.hh << 91 G4EmParametersMessenger.cc 54 G4VPositronAtRestModel.hh << 92 G4EmProcessOptions.cc 55 G4VSubCutProducer.hh << 93 G4EmSaturation.cc 56 G4ionEffectiveCharge.hh << 94 G4EnergyLossTables.cc 57 SOURCES << 95 G4LossTableBuilder.cc 58 G4AngleDirect.cc << 96 G4LossTableManager.cc 59 G4DummyModel.cc << 97 G4VAtomDeexcitation.cc 60 G4ElectronIonPair.cc << 98 G4VEmAngularDistribution.cc 61 G4EmBiasingManager.cc << 99 G4VEmFluctuationModel.cc 62 G4EmCalculator.cc << 100 G4VEmModel.cc 63 G4EmConfigurator.cc << 101 G4VEmProcess.cc 64 G4EmCorrections.cc << 102 G4VEnergyLossProcess.cc 65 G4EmDataHandler.cc << 103 G4VMscModel.cc 66 G4EmDataRegistry.cc << 104 G4VMultipleScattering.cc 67 G4EmElementSelector.cc << 105 G4ionEffectiveCharge.cc 68 G4EmElementXS.cc << 106 GRANULAR_DEPENDENCIES 69 G4EmExtraParameters.cc << 107 G4baryons 70 G4EmExtraParametersMessenger.cc << 108 G4bosons 71 G4EmLowEParameters.cc << 109 G4cuts 72 G4EmLowEParametersMessenger.cc << 110 G4geometrymng 73 G4EmModelManager.cc << 111 G4globman 74 G4EmMultiModel.cc << 112 G4intercoms 75 G4EmParameters.cc << 113 G4ions 76 G4EmParametersMessenger.cc << 114 G4leptons 77 G4EmSaturation.cc << 115 G4materials 78 G4EmTableUtil.cc << 116 G4mesons 79 G4EmUtility.cc << 117 G4navigation 80 G4EnergyLossTables.cc << 118 G4partman 81 G4LossTableBuilder.cc << 119 G4procman 82 G4LossTableManager.cc << 120 G4track 83 G4NIELCalculator.cc << 121 G4volumes 84 G4OpticalParameters.cc << 122 GLOBAL_DEPENDENCIES 85 G4OpticalParametersMessenger.cc << 123 G4geometry 86 G4TransportationWithMsc.cc << 124 G4global 87 G4VAtomDeexcitation.cc << 125 G4intercoms 88 G4VEmAngularDistribution.cc << 126 G4materials 89 G4VEmFluctuationModel.cc << 127 G4particles 90 G4VEmModel.cc << 128 G4track 91 G4VEmProcess.cc << 129 LINK_LIBRARIES 92 G4VEnergyLossProcess.cc << 130 ) 93 G4VMscModel.cc << 131 94 G4VMultipleScattering.cc << 132 # List any source specific properties here 95 G4ionEffectiveCharge.cc) << 96 133 97 geant4_module_link_libraries(G4emutils << 98 PUBLIC << 99 G4cuts << 100 G4geometrymng << 101 G4globman << 102 G4heprandom << 103 G4intercoms << 104 G4materials << 105 G4navigation << 106 G4partman << 107 G4procman << 108 G4track << 109 G4transportation << 110 PRIVATE << 111 G4baryons << 112 G4bosons << 113 G4ions << 114 G4leptons) <<