Geant4 Cross Reference |
1 # - G4leptons module build definition 1 # - G4leptons module build definition 2 2 3 # Define the Geant4 Module. 3 # Define the Geant4 Module. 4 geant4_add_module(G4leptons 4 geant4_add_module(G4leptons 5 PUBLIC_HEADERS 5 PUBLIC_HEADERS 6 G4AntiNeutrinoE.hh 6 G4AntiNeutrinoE.hh 7 G4AntiNeutrinoMu.hh 7 G4AntiNeutrinoMu.hh 8 G4AntiNeutrinoTau.hh 8 G4AntiNeutrinoTau.hh 9 G4Electron.hh 9 G4Electron.hh 10 G4LeptonConstructor.hh 10 G4LeptonConstructor.hh 11 G4MuonMinus.hh 11 G4MuonMinus.hh 12 G4MuonPlus.hh 12 G4MuonPlus.hh 13 G4NeutrinoE.hh 13 G4NeutrinoE.hh 14 G4NeutrinoMu.hh 14 G4NeutrinoMu.hh 15 G4NeutrinoTau.hh 15 G4NeutrinoTau.hh 16 G4Positron.hh 16 G4Positron.hh 17 G4TauMinus.hh 17 G4TauMinus.hh 18 G4TauPlus.hh 18 G4TauPlus.hh 19 SOURCES 19 SOURCES 20 G4AntiNeutrinoE.cc 20 G4AntiNeutrinoE.cc 21 G4AntiNeutrinoMu.cc 21 G4AntiNeutrinoMu.cc 22 G4AntiNeutrinoTau.cc 22 G4AntiNeutrinoTau.cc 23 G4Electron.cc 23 G4Electron.cc 24 G4LeptonConstructor.cc 24 G4LeptonConstructor.cc 25 G4MuonMinus.cc 25 G4MuonMinus.cc 26 G4MuonPlus.cc 26 G4MuonPlus.cc 27 G4NeutrinoE.cc 27 G4NeutrinoE.cc 28 G4NeutrinoMu.cc 28 G4NeutrinoMu.cc 29 G4NeutrinoTau.cc 29 G4NeutrinoTau.cc 30 G4Positron.cc 30 G4Positron.cc 31 G4TauMinus.cc 31 G4TauMinus.cc 32 G4TauPlus.cc) 32 G4TauPlus.cc) 33 33 34 geant4_module_link_libraries(G4leptons PUBLIC 34 geant4_module_link_libraries(G4leptons PUBLIC G4partman PRIVATE G4globman)