Geant4 Cross Reference |
1 # - G4hadronic_util module build definition << 1 #------------------------------------------------------------------------------ >> 2 # sources.cmake >> 3 # Module : G4hadronic_util >> 4 # Package: Geant4.src.G4processes.G4hadronic.G4hadronic_util >> 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(G4hadronic_util << 19 # 5 PUBLIC_HEADERS << 20 GEANT4_DEFINE_MODULE(NAME G4hadronic_util 6 G4Bessel.hh << 21 HEADERS 7 G4Clebsch.hh << 22 DumpFrame.hh 8 G4DecayKineticTracks.hh << 23 G4Bessel.hh 9 G4DecayStrongResonances.hh << 24 G4Delete.hh 10 G4Delete.hh << 25 G4DynamicParticleVector.hh 11 G4DynamicParticleVector.hh << 26 G4GHEKinematicsVector.hh 12 G4ExcitedString.hh << 27 G4HadFinalState.hh 13 G4ExcitedStringVector.hh << 28 G4HadParticleCodes.hh 14 G4Fancy3DNucleus.hh << 29 G4HadProjectile.hh 15 G4Fancy3DNucleusHelper.hh << 30 G4HadReentrentException.hh 16 G4FermiMomentum.hh << 31 G4HadSecondary.hh 17 G4Fragment.hh << 32 G4HadSignalHandler.hh 18 G4FragmentVector.hh << 33 G4HadTmpUtil.hh 19 G4GeneralPhaseSpaceDecay.hh << 34 G4HadronicDeprecate.hh 20 G4HadDataHandler.hh << 35 G4HadronicDeveloperParameters.hh 21 G4HadDecayGenerator.hh << 36 G4HadronicException.hh 22 G4HadFinalState.hh << 37 G4HadronicParameters.hh 23 G4HadParticleCodes.hh << 38 G4HadronicParametersMessenger.hh 24 G4HadPhaseSpaceGenbod.hh << 39 G4IsoResult.hh 25 G4HadPhaseSpaceKopylov.hh << 40 G4LightMedia.hh 26 G4HadPhaseSpaceNBodyAsai.hh << 41 G4NuclearPolarization.hh 27 G4HadProjectile.hh << 42 G4Nucleus.hh 28 G4HadronicDeveloperParameters.hh << 43 G4Pair.hh 29 G4HadronicException.hh << 44 G4ReactionProduct.hh 30 G4HadronicParameters.hh << 45 G4ReactionProductVector.hh 31 G4HadronicParametersMessenger.hh << 46 G4StableIsotopes.hh 32 G4HadSecondary.hh << 47 G4ping.hh 33 G4HadTmpUtil.hh << 48 SOURCES 34 G4IsotopeList.hh << 49 G4Bessel.cc 35 G4KineticTrack.hh << 50 G4HadFinalState.cc 36 G4KineticTrackVector.hh << 51 G4HadProjectile.cc 37 G4LegendrePolynomial.hh << 52 G4HadSecondary.cc 38 G4NuclearFermiDensity.hh << 53 G4HadSignalHandler.cc 39 G4NuclearPolarization.hh << 54 G4HadTmpUtil.cc 40 G4NuclearPolarizationStore.hh << 55 G4HadronicDeveloperParameters.cc 41 G4NuclearRadii.hh << 56 G4HadronicException.cc 42 G4NuclearShellModelDensity.hh << 57 G4HadronicParameters.cc 43 G4Nucleon.hh << 58 G4HadronicParametersMessenger.cc 44 G4Nucleus.hh << 59 G4IsoResult.cc 45 G4Pair.hh << 60 G4LightMedia.cc 46 G4Parton.hh << 61 G4NuclearPolarization.cc 47 G4PartonVector.hh << 62 G4Nucleus.cc 48 G4ping.hh << 63 G4ReactionProduct.cc 49 G4PolynomialPDF.hh << 64 G4StableIsotopes.cc 50 G4ReactionProduct.hh << 65 GRANULAR_DEPENDENCIES 51 G4ReactionProductVector.hh << 66 G4baryons 52 G4SampleResonance.hh << 67 G4bosons 53 G4StableIsotopes.hh << 68 G4geometrymng 54 G4V3DNucleus.hh << 69 G4globman 55 G4VHadDecayAlgorithm.hh << 70 G4ions 56 G4VHadPhaseSpaceAlgorithm.hh << 71 G4leptons 57 G4VKineticNucleon.hh << 72 G4materials 58 G4VNuclearDensity.hh << 73 G4mesons 59 G4WilsonRadius.hh << 74 G4partman 60 SOURCES << 75 G4procman 61 G4Bessel.cc << 76 G4track 62 G4Clebsch.cc << 77 G4volumes 63 G4DecayKineticTracks.cc << 78 GLOBAL_DEPENDENCIES 64 G4DecayStrongResonances.cc << 79 G4geometry 65 G4ExcitedString.cc << 80 G4global 66 G4Fancy3DNucleus.cc << 81 G4materials 67 G4FermiMomentum.cc << 82 G4particles 68 G4Fragment.cc << 83 G4track 69 G4GeneralPhaseSpaceDecay.cc << 84 LINK_LIBRARIES 70 G4HadDataHandler.cc << 85 ) 71 G4HadDecayGenerator.cc << 86 72 G4HadFinalState.cc << 87 # List any source specific properties here 73 G4HadPhaseSpaceGenbod.cc << 74 G4HadPhaseSpaceKopylov.cc << 75 G4HadPhaseSpaceNBodyAsai.cc << 76 G4HadProjectile.cc << 77 G4HadronicDeveloperParameters.cc << 78 G4HadronicException.cc << 79 G4HadronicParameters.cc << 80 G4HadronicParametersMessenger.cc << 81 G4HadSecondary.cc << 82 G4HadTmpUtil.cc << 83 G4KineticTrack.cc << 84 G4KineticTrackVector.cc << 85 G4LegendrePolynomial.cc << 86 G4NuclearFermiDensity.cc << 87 G4NuclearPolarization.cc << 88 G4NuclearPolarizationStore.cc << 89 G4NuclearRadii.cc << 90 G4NuclearShellModelDensity.cc << 91 G4Nucleon.cc << 92 G4Nucleus.cc << 93 G4Parton.cc << 94 G4PolynomialPDF.cc << 95 G4ReactionProduct.cc << 96 G4SampleResonance.cc << 97 G4StableIsotopes.cc << 98 G4V3DNucleus.cc << 99 G4VHadDecayAlgorithm.cc << 100 G4VHadPhaseSpaceAlgorithm.cc << 101 G4VKineticNucleon.cc << 102 G4VNuclearDensity.cc << 103 G4WilsonRadius.cc) << 104 88 105 geant4_module_link_libraries(G4hadronic_util << 106 PUBLIC << 107 G4baryons << 108 G4globman << 109 G4hepgeometry << 110 G4heprandom << 111 G4intercoms << 112 G4materials << 113 G4partman << 114 G4procman << 115 PRIVATE << 116 G4hepnumerics << 117 G4mesons << 118 G4track) <<