Import Geant4 11.1.1 source tree

This commit is contained in:
Gabriele Cosmo
2023-02-14 13:57:32 +01:00
parent 9f34590941
commit 84a556a9dc
312 changed files with 35018 additions and 36005 deletions
@@ -194,7 +194,6 @@ void G4HadProcesses::BuildNeutronInelasticAndCapture(G4HadronicProcess* nInel)
auto neutron = G4Neutron::Neutron();
G4PhysicsListHelper* ph = G4PhysicsListHelper::GetPhysicsListHelper();
nInel->AddDataSet(new G4NeutronInelasticXS());
nCap->AddDataSet(new G4NeutronCaptureXS());
ph->RegisterProcess(nInel, neutron);
ph->RegisterProcess(nCap, neutron);
if( param->ApplyFactorXS() ) {