Geant4 Cross Reference |
1 # G4cuts module build definition 1 # G4cuts module build definition 2 2 3 # Define the Geant4 Module. 3 # Define the Geant4 Module. 4 geant4_add_module(G4cuts 4 geant4_add_module(G4cuts 5 PUBLIC_HEADERS 5 PUBLIC_HEADERS 6 G4MCCIndexConversionTable.hh 6 G4MCCIndexConversionTable.hh 7 G4MaterialCutsCouple.hh 7 G4MaterialCutsCouple.hh 8 G4PhysicsTableHelper.hh 8 G4PhysicsTableHelper.hh 9 G4ProductionCuts.hh 9 G4ProductionCuts.hh 10 G4ProductionCutsTable.hh 10 G4ProductionCutsTable.hh 11 G4ProductionCutsTableMessenger.hh 11 G4ProductionCutsTableMessenger.hh 12 G4RToEConvForElectron.hh 12 G4RToEConvForElectron.hh 13 G4RToEConvForGamma.hh 13 G4RToEConvForGamma.hh 14 G4RToEConvForPositron.hh 14 G4RToEConvForPositron.hh 15 G4RToEConvForProton.hh 15 G4RToEConvForProton.hh 16 G4VRangeToEnergyConverter.hh 16 G4VRangeToEnergyConverter.hh 17 SOURCES 17 SOURCES 18 G4MCCIndexConversionTable.cc 18 G4MCCIndexConversionTable.cc 19 G4MaterialCutsCouple.cc 19 G4MaterialCutsCouple.cc 20 G4PhysicsTableHelper.cc 20 G4PhysicsTableHelper.cc 21 G4ProductionCuts.cc 21 G4ProductionCuts.cc 22 G4ProductionCutsTable.cc 22 G4ProductionCutsTable.cc 23 G4ProductionCutsTableMessenger.cc 23 G4ProductionCutsTableMessenger.cc 24 G4RToEConvForElectron.cc 24 G4RToEConvForElectron.cc 25 G4RToEConvForGamma.cc 25 G4RToEConvForGamma.cc 26 G4RToEConvForPositron.cc 26 G4RToEConvForPositron.cc 27 G4RToEConvForProton.cc 27 G4RToEConvForProton.cc 28 G4VRangeToEnergyConverter.cc) 28 G4VRangeToEnergyConverter.cc) 29 29 30 geant4_module_link_libraries(G4cuts 30 geant4_module_link_libraries(G4cuts 31 PUBLIC 31 PUBLIC 32 G4geometrymng 32 G4geometrymng 33 G4globman 33 G4globman 34 G4intercoms 34 G4intercoms 35 G4materials 35 G4materials 36 G4partman) 36 G4partman)