Import Geant4 10.6.1 source tree
This commit is contained in:
@@ -14,6 +14,9 @@ code and to keep track of all tags.
|
||||
* Please list in reverse chronological order (last date on top)
|
||||
---------------------------------------------------------------
|
||||
|
||||
30 January 2020 - Vladimir Ivanchenko (hadr-cross-V10-05-32)
|
||||
- G4HadronInelasticDataSet - fixed problem #2220 - wrong GHEISHA x-section
|
||||
|
||||
19 November 2019 - G. Folger (hadr-cross-V10-05-31)
|
||||
- remove using namespace std and using namespace CLHEP from header file G4NeutronElectronElXsc.hh
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user