Geant4 Cross Reference |
1 # - G4scoring module build definition 1 # - G4scoring module build definition 2 2 3 # Define the Geant4 Module. 3 # Define the Geant4 Module. 4 geant4_add_module(G4scoring 4 geant4_add_module(G4scoring 5 PUBLIC_HEADERS 5 PUBLIC_HEADERS 6 G4ParallelWorldProcess.hh 6 G4ParallelWorldProcess.hh 7 G4ParallelWorldProcessStore.hh 7 G4ParallelWorldProcessStore.hh 8 G4ParallelWorldScoringProcess.hh 8 G4ParallelWorldScoringProcess.hh 9 G4ScoreSplittingProcess.hh 9 G4ScoreSplittingProcess.hh 10 PRIVATE_HEADERS 10 PRIVATE_HEADERS 11 G4EnergySplitter.hh 11 G4EnergySplitter.hh 12 G4EnergySplitter.icc 12 G4EnergySplitter.icc 13 SOURCES 13 SOURCES 14 G4EnergySplitter.cc 14 G4EnergySplitter.cc 15 G4ParallelWorldProcess.cc 15 G4ParallelWorldProcess.cc 16 G4ParallelWorldProcessStore.cc 16 G4ParallelWorldProcessStore.cc 17 G4ParallelWorldScoringProcess.cc 17 G4ParallelWorldScoringProcess.cc 18 G4ScoreSplittingProcess.cc) 18 G4ScoreSplittingProcess.cc) 19 19 20 geant4_module_link_libraries(G4scoring 20 geant4_module_link_libraries(G4scoring 21 PUBLIC 21 PUBLIC 22 G4geometrymng 22 G4geometrymng 23 G4globman 23 G4globman 24 G4magneticfield 24 G4magneticfield 25 G4navigation 25 G4navigation 26 G4procman 26 G4procman 27 PRIVATE 27 PRIVATE 28 G4cuts 28 G4cuts 29 G4detector 29 G4detector 30 G4emutils 30 G4emutils 31 G4intercoms 31 G4intercoms 32 G4materials 32 G4materials 33 G4muons 33 G4muons 34 G4partman 34 G4partman 35 G4track 35 G4track 36 G4transportation 36 G4transportation 37 G4volumes) 37 G4volumes)