Geant4 Cross Reference |
1 # - G4leptons module build definition << 1 #------------------------------------------------------------------------------ >> 2 # Module : G4leptons >> 3 # Package: Geant4.src.G4particles.G4leptons >> 4 #------------------------------------------------------------------------------ 2 5 >> 6 # 3 # Define the Geant4 Module. 7 # Define the Geant4 Module. 4 geant4_add_module(G4leptons << 8 # 5 PUBLIC_HEADERS << 9 geant4_define_module(NAME G4leptons >> 10 HEADERS 6 G4AntiNeutrinoE.hh 11 G4AntiNeutrinoE.hh 7 G4AntiNeutrinoMu.hh 12 G4AntiNeutrinoMu.hh 8 G4AntiNeutrinoTau.hh 13 G4AntiNeutrinoTau.hh 9 G4Electron.hh 14 G4Electron.hh 10 G4LeptonConstructor.hh 15 G4LeptonConstructor.hh 11 G4MuonMinus.hh 16 G4MuonMinus.hh 12 G4MuonPlus.hh 17 G4MuonPlus.hh 13 G4NeutrinoE.hh 18 G4NeutrinoE.hh 14 G4NeutrinoMu.hh 19 G4NeutrinoMu.hh 15 G4NeutrinoTau.hh 20 G4NeutrinoTau.hh 16 G4Positron.hh 21 G4Positron.hh 17 G4TauMinus.hh 22 G4TauMinus.hh 18 G4TauPlus.hh 23 G4TauPlus.hh 19 SOURCES 24 SOURCES 20 G4AntiNeutrinoE.cc 25 G4AntiNeutrinoE.cc 21 G4AntiNeutrinoMu.cc 26 G4AntiNeutrinoMu.cc 22 G4AntiNeutrinoTau.cc 27 G4AntiNeutrinoTau.cc 23 G4Electron.cc 28 G4Electron.cc 24 G4LeptonConstructor.cc 29 G4LeptonConstructor.cc 25 G4MuonMinus.cc 30 G4MuonMinus.cc 26 G4MuonPlus.cc 31 G4MuonPlus.cc 27 G4NeutrinoE.cc 32 G4NeutrinoE.cc 28 G4NeutrinoMu.cc 33 G4NeutrinoMu.cc 29 G4NeutrinoTau.cc 34 G4NeutrinoTau.cc 30 G4Positron.cc 35 G4Positron.cc 31 G4TauMinus.cc 36 G4TauMinus.cc 32 G4TauPlus.cc) << 37 G4TauPlus.cc >> 38 GRANULAR_DEPENDENCIES >> 39 G4globman >> 40 G4materials >> 41 G4partman >> 42 GLOBAL_DEPENDENCIES >> 43 G4global >> 44 G4materials >> 45 ) 33 46 34 geant4_module_link_libraries(G4leptons PUBLIC << 47 # List any source specific properties here