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
@@ -5,6 +5,8 @@ geant4_add_module(G4hadronic_mgt
PUBLIC_HEADERS
G4EnergyRangeManager.hh
G4HadLeadBias.hh
G4HadXSHelper.hh
G4HadXSTypes.hh
G4HadronicEPTestMessenger.hh
G4HadronicInteraction.hh
G4HadronicInteractionRegistry.hh
@@ -19,6 +21,7 @@ geant4_add_module(G4hadronic_mgt
SOURCES
G4EnergyRangeManager.cc
G4HadLeadBias.cc
G4HadXSHelper.cc
G4HadronicEPTestMessenger.cc
G4HadronicInteraction.cc
G4HadronicInteractionRegistry.cc
@@ -39,8 +42,8 @@ geant4_module_link_libraries(G4hadronic_mgt
G4procman
G4track
PRIVATE
G4heprandom
G4baryons
G4bosons
G4heprandom
G4leptons
G4mesons)