Import Geant4 10.6.1 source tree

This commit is contained in:
Gabriele Cosmo
2020-02-14 15:32:52 +01:00
parent 5baee230e9
commit 8c87fe78c4
278 changed files with 24232 additions and 22963 deletions
@@ -73,7 +73,7 @@ G4HadronInelasticDataSet::GetElementCrossSection(
fKinEnergy = ekin;
fParticle = pd;
G4int A = G4lrint(fNIST->GetAtomicMassAmu(Z));
fInelasticXS = fGheishaXS->GetElasticCrossSection(aParticle, Z, A);
fInelasticXS = fGheishaXS->GetInelasticCrossSection(aParticle, Z, A);
}
return fInelasticXS;
}