Geant4 Cross Reference |
1 # - G4transportation module build definition 1 # - G4transportation module build definition 2 2 3 # Define the Geant4 Module. 3 # Define the Geant4 Module. 4 geant4_add_module(G4transportation 4 geant4_add_module(G4transportation 5 PUBLIC_HEADERS 5 PUBLIC_HEADERS 6 G4CoupledTransportation.hh 6 G4CoupledTransportation.hh 7 G4NeutronKiller.hh 7 G4NeutronKiller.hh 8 G4NeutronKillerMessenger.hh 8 G4NeutronKillerMessenger.hh 9 G4StepLimiter.hh 9 G4StepLimiter.hh 10 G4TrackTerminator.hh 10 G4TrackTerminator.hh 11 G4Transportation.hh 11 G4Transportation.hh 12 G4Transportation.icc 12 G4Transportation.icc 13 G4VTrackTerminator.hh 13 G4VTrackTerminator.hh 14 G4TransportationLogger.hh 14 G4TransportationLogger.hh 15 G4TransportationParameters.hh 15 G4TransportationParameters.hh 16 G4TransportationProcessType.hh 16 G4TransportationProcessType.hh 17 SOURCES 17 SOURCES 18 G4CoupledTransportation.cc 18 G4CoupledTransportation.cc 19 G4NeutronKiller.cc 19 G4NeutronKiller.cc 20 G4NeutronKillerMessenger.cc 20 G4NeutronKillerMessenger.cc 21 G4StepLimiter.cc 21 G4StepLimiter.cc 22 G4Transportation.cc 22 G4Transportation.cc 23 G4TransportationParameters.cc 23 G4TransportationParameters.cc 24 G4TransportationLogger.cc 24 G4TransportationLogger.cc 25 G4VTrackTerminator.cc) 25 G4VTrackTerminator.cc) 26 26 27 geant4_module_link_libraries(G4transportation 27 geant4_module_link_libraries(G4transportation 28 PUBLIC 28 PUBLIC 29 G4globman 29 G4globman 30 G4intercoms 30 G4intercoms 31 G4partman 31 G4partman 32 G4procman 32 G4procman 33 G4track 33 G4track 34 PRIVATE 34 PRIVATE 35 G4cuts 35 G4cuts 36 G4magneticfield 36 G4magneticfield 37 G4navigation) 37 G4navigation)