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 G4CoupledTransportation.icc 7 G4NeutronKiller.hh 8 G4NeutronKiller.hh 8 G4NeutronKillerMessenger.hh 9 G4NeutronKillerMessenger.hh 9 G4StepLimiter.hh 10 G4StepLimiter.hh 10 G4TrackTerminator.hh 11 G4TrackTerminator.hh 11 G4Transportation.hh 12 G4Transportation.hh 12 G4Transportation.icc 13 G4Transportation.icc >> 14 G4UserSpecialCuts.hh 13 G4VTrackTerminator.hh 15 G4VTrackTerminator.hh 14 G4TransportationLogger.hh 16 G4TransportationLogger.hh 15 G4TransportationParameters.hh << 16 G4TransportationProcessType.hh 17 G4TransportationProcessType.hh 17 SOURCES 18 SOURCES 18 G4CoupledTransportation.cc 19 G4CoupledTransportation.cc 19 G4NeutronKiller.cc 20 G4NeutronKiller.cc 20 G4NeutronKillerMessenger.cc 21 G4NeutronKillerMessenger.cc 21 G4StepLimiter.cc 22 G4StepLimiter.cc 22 G4Transportation.cc 23 G4Transportation.cc 23 G4TransportationParameters.cc << 24 G4TransportationLogger.cc 24 G4TransportationLogger.cc >> 25 G4UserSpecialCuts.cc 25 G4VTrackTerminator.cc) 26 G4VTrackTerminator.cc) 26 27 27 geant4_module_link_libraries(G4transportation 28 geant4_module_link_libraries(G4transportation 28 PUBLIC 29 PUBLIC 29 G4globman 30 G4globman 30 G4intercoms 31 G4intercoms >> 32 G4magneticfield >> 33 G4navigation 31 G4partman 34 G4partman 32 G4procman 35 G4procman 33 G4track 36 G4track 34 PRIVATE 37 PRIVATE 35 G4cuts 38 G4cuts 36 G4magneticfield << 39 G4emutils) 37 G4navigation) <<