Import Geant4 11.1.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2022-07-01 10:44:02 +02:00
parent b3bf75a2a1
commit c07cea1fe0
2172 changed files with 183300 additions and 123938 deletions
@@ -4,14 +4,12 @@
geant4_add_module(G4transportation
PUBLIC_HEADERS
G4CoupledTransportation.hh
G4CoupledTransportation.icc
G4NeutronKiller.hh
G4NeutronKillerMessenger.hh
G4StepLimiter.hh
G4TrackTerminator.hh
G4Transportation.hh
G4Transportation.icc
G4UserSpecialCuts.hh
G4VTrackTerminator.hh
G4TransportationLogger.hh
G4TransportationProcessType.hh
@@ -22,18 +20,16 @@ geant4_add_module(G4transportation
G4StepLimiter.cc
G4Transportation.cc
G4TransportationLogger.cc
G4UserSpecialCuts.cc
G4VTrackTerminator.cc)
geant4_module_link_libraries(G4transportation
PUBLIC
G4globman
G4intercoms
G4magneticfield
G4navigation
G4partman
G4procman
G4track
PRIVATE
G4cuts
G4emutils)
G4magneticfield
G4navigation)