Geant4 Cross Reference |
1 # - G4empolar module build definition << 1 #------------------------------------------------------------------------------ >> 2 # sources.cmake >> 3 # Module : G4empolar >> 4 # Package: Geant4.src.G4processes.G4electromagnetic.G4empolar >> 5 # >> 6 # Sources description for a library. >> 7 # Lists the sources and headers of the code explicitly. >> 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 # >> 15 #------------------------------------------------------------------------------ 2 16 >> 17 # 3 # Define the Geant4 Module. 18 # Define the Geant4 Module. 4 geant4_add_module(G4empolar << 19 # 5 PUBLIC_HEADERS << 20 GEANT4_DEFINE_MODULE(NAME G4empolar 6 G4PolarizationHelper.hh << 21 HEADERS 7 G4PolarizationManager.hh << 22 G4PolarizationHelper.hh 8 G4PolarizationMessenger.hh << 23 G4PolarizationManager.hh 9 G4PolarizedAnnihilation.hh << 24 G4PolarizationMessenger.hh 10 G4PolarizedAnnihilationXS.hh << 25 G4PolarizedAnnihilationCrossSection.hh 11 G4PolarizedAnnihilationModel.hh << 26 G4PolarizedAnnihilationModel.hh 12 G4PolarizedBremsstrahlung.hh << 27 G4PolarizedBhabhaCrossSection.hh 13 G4PolarizedBremsstrahlungModel.hh << 28 G4PolarizedBremsstrahlungCrossSection.hh 14 G4PolarizedBremsstrahlungXS.hh << 29 G4PolarizedCompton.hh 15 G4PolarizedCompton.hh << 30 G4PolarizedComptonCrossSection.hh 16 G4PolarizedComptonXS.hh << 31 G4PolarizedComptonModel.hh 17 G4PolarizedComptonModel.hh << 32 G4PolarizedGammaConversion.hh 18 G4PolarizedGammaConversion.hh << 33 G4PolarizedGammaConversionModel.hh 19 G4PolarizedGammaConversionModel.hh << 34 G4PolarizedMollerBhabhaModel.hh 20 G4PolarizedGammaConversionXS.hh << 35 G4PolarizedMollerCrossSection.hh 21 G4PolarizedIonisation.hh << 36 G4PolarizedPEEffectCrossSection.hh 22 G4PolarizedIonisationBhabhaXS.hh << 37 G4PolarizedPEEffectModel.hh 23 G4PolarizedIonisationModel.hh << 38 G4PolarizedPairProductionCrossSection.hh 24 G4PolarizedIonisationMollerXS.hh << 39 G4PolarizedPhotoElectricEffect.hh 25 G4PolarizedPhotoElectricXS.hh << 40 G4StokesVector.hh 26 G4PolarizedPhotoElectricModel.hh << 41 G4VPolarizedCrossSection.hh 27 G4PolarizedPhotoElectric.hh << 42 G4ePolarizedBremsstrahlung.hh 28 G4StokesVector.hh << 43 G4ePolarizedBremsstrahlungModel.hh 29 G4VPolarizedXS.hh << 44 G4ePolarizedIonisation.hh 30 SOURCES << 45 G4eplusPolarizedAnnihilation.hh 31 G4PolarizationHelper.cc << 46 SOURCES 32 G4PolarizationManager.cc << 47 G4PolarizationHelper.cc 33 G4PolarizationMessenger.cc << 48 G4PolarizationManager.cc 34 G4PolarizedAnnihilation.cc << 49 G4PolarizationMessenger.cc 35 G4PolarizedAnnihilationXS.cc << 50 G4PolarizedAnnihilationCrossSection.cc 36 G4PolarizedAnnihilationModel.cc << 51 G4PolarizedAnnihilationModel.cc 37 G4PolarizedBremsstrahlung.cc << 52 G4PolarizedBhabhaCrossSection.cc 38 G4PolarizedBremsstrahlungModel.cc << 53 G4PolarizedBremsstrahlungCrossSection.cc 39 G4PolarizedBremsstrahlungXS.cc << 54 G4PolarizedCompton.cc 40 G4PolarizedCompton.cc << 55 G4PolarizedComptonCrossSection.cc 41 G4PolarizedComptonXS.cc << 56 G4PolarizedComptonModel.cc 42 G4PolarizedComptonModel.cc << 57 G4PolarizedGammaConversion.cc 43 G4PolarizedGammaConversion.cc << 58 G4PolarizedGammaConversionModel.cc 44 G4PolarizedGammaConversionModel.cc << 59 G4PolarizedMollerBhabhaModel.cc 45 G4PolarizedGammaConversionXS.cc << 60 G4PolarizedMollerCrossSection.cc 46 G4PolarizedIonisation.cc << 61 G4PolarizedPEEffectCrossSection.cc 47 G4PolarizedIonisationBhabhaXS.cc << 62 G4PolarizedPEEffectModel.cc 48 G4PolarizedIonisationModel.cc << 63 G4PolarizedPairProductionCrossSection.cc 49 G4PolarizedIonisationMollerXS.cc << 64 G4PolarizedPhotoElectricEffect.cc 50 G4PolarizedPhotoElectricXS.cc << 65 G4StokesVector.cc 51 G4PolarizedPhotoElectricModel.cc << 66 G4VPolarizedCrossSection.cc 52 G4PolarizedPhotoElectric.cc << 67 G4ePolarizedBremsstrahlung.cc 53 G4StokesVector.cc << 68 G4ePolarizedBremsstrahlungModel.cc 54 G4VPolarizedXS.cc) << 69 G4ePolarizedIonisation.cc >> 70 G4eplusPolarizedAnnihilation.cc >> 71 GRANULAR_DEPENDENCIES >> 72 G4baryons >> 73 G4bosons >> 74 G4cuts >> 75 G4emstandard >> 76 G4emutils >> 77 G4geometrymng >> 78 G4globman >> 79 G4hepnumerics >> 80 G4intercoms >> 81 G4ions >> 82 G4leptons >> 83 G4materials >> 84 G4mesons >> 85 G4partman >> 86 G4procman >> 87 G4track >> 88 G4volumes >> 89 GLOBAL_DEPENDENCIES >> 90 G4geometry >> 91 G4global >> 92 G4intercoms >> 93 G4materials >> 94 G4particles >> 95 G4track >> 96 LINK_LIBRARIES >> 97 ) >> 98 >> 99 # List any source specific properties here 55 100 56 geant4_module_link_libraries(G4empolar << 57 PUBLIC << 58 G4bosons << 59 G4emstandard << 60 G4emutils << 61 G4globman << 62 G4intercoms << 63 PRIVATE << 64 G4cuts << 65 G4geometrymng << 66 G4heprandom << 67 G4leptons << 68 G4partman << 69 G4track) <<