Geant4 Cross Reference |
1 # - G4partman module build definition 2 3 # Define the Geant4 Module. 4 geant4_add_module(G4partman 5 PUBLIC_HEADERS 6 G4DalitzDecayChannel.hh 7 G4DecayProducts.hh 8 G4DecayTable.hh 9 G4DecayTableMessenger.hh 10 G4DynamicParticle.hh 11 G4DynamicParticle.icc 12 G4ElectronOccupancy.hh 13 G4HyperNucleiProperties.hh 14 G4IonTable.hh 15 G4Ions.hh 16 G4IsotopeProperty.hh 17 G4KL3DecayChannel.hh 18 G4MuonicAtom.hh 19 G4MuonicAtomHelper.hh 20 G4MuonDecayChannel.hh 21 G4MuonDecayChannelWithSpin.hh 22 G4MuonRadiativeDecayChannelWithSpin.hh 23 G4NeutronBetaDecayChannel.hh 24 G4NucleiProperties.hh 25 G4NucleiPropertiesTableAME12.hh 26 G4NucleiPropertiesTheoreticalTable.hh 27 G4NuclideTable.hh 28 G4NuclideTableMessenger.hh 29 G4PDGCodeChecker.hh 30 G4PDefManager.hh 31 G4ParticleDefinition.hh 32 G4ParticleDefinition.icc 33 G4ParticleMessenger.hh 34 G4ParticleMomentum.hh 35 G4ParticlePropertyData.hh 36 G4ParticlePropertyData.icc 37 G4ParticlePropertyMessenger.hh 38 G4ParticlePropertyTable.hh 39 G4ParticleTable.hh 40 G4ParticleTable.icc 41 G4ParticleTableIterator.hh 42 G4ParticleWithCuts.hh 43 G4ParticlesWorkspace.hh 44 G4PhaseSpaceDecayChannel.hh 45 G4PionRadiativeDecayChannel.hh 46 G4PrimaryParticle.hh 47 G4PrimaryVertex.hh 48 G4TauLeptonicDecayChannel.hh 49 G4VDecayChannel.hh 50 G4VIsotopeTable.hh 51 G4VUserPrimaryParticleInformation.hh 52 G4VUserPrimaryVertexInformation.hh 53 pwdefs.hh 54 SOURCES 55 G4DalitzDecayChannel.cc 56 G4DecayProducts.cc 57 G4DecayTable.cc 58 G4DecayTableMessenger.cc 59 G4DynamicParticle.cc 60 G4ElectronOccupancy.cc 61 G4HyperNucleiProperties.cc 62 G4IonTable.cc 63 G4Ions.cc 64 G4IsotopeProperty.cc 65 G4KL3DecayChannel.cc 66 G4MuonicAtom.cc 67 G4MuonicAtomHelper.cc 68 G4MuonDecayChannel.cc 69 G4MuonDecayChannelWithSpin.cc 70 G4MuonRadiativeDecayChannelWithSpin.cc 71 G4NeutronBetaDecayChannel.cc 72 G4NucleiProperties.cc 73 G4NucleiPropertiesTableAME12.cc 74 G4NucleiPropertiesTheoreticalTableA.cc 75 G4NucleiPropertiesTheoreticalTableB.cc 76 G4NuclideTable.cc 77 G4NuclideTableMessenger.cc 78 G4PDGCodeChecker.cc 79 G4PDefManager.cc 80 G4ParticleDefinition.cc 81 G4ParticleMessenger.cc 82 G4ParticlePropertyData.cc 83 G4ParticlePropertyMessenger.cc 84 G4ParticlePropertyTable.cc 85 G4ParticleTable.cc 86 G4ParticlesWorkspace.cc 87 G4PhaseSpaceDecayChannel.cc 88 G4PionRadiativeDecayChannel.cc 89 G4PrimaryParticle.cc 90 G4PrimaryVertex.cc 91 G4TauLeptonicDecayChannel.cc 92 G4VDecayChannel.cc 93 G4VIsotopeTable.cc) 94 95 geant4_module_link_libraries(G4partman PUBLIC G4globman G4hepgeometry G4heprandom G4intercoms)