Import Geant4 9.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:25:56 +02:00
parent 74cad5e589
commit 89a9605df1
4440 changed files with 379508 additions and 189225 deletions
@@ -24,7 +24,6 @@
// ********************************************************************
//
//
//
// GEANT4 physics class: G4HadronCaptureDataSet -- header file
// F.W. Jones, TRIUMF, 19-MAY-98
//
@@ -63,8 +62,8 @@ public:
return theHadronCrossSections->IsApplicable(aParticle, anElement);
}
G4bool IsZAApplicable(const G4DynamicParticle* aParticle,
G4double ZZ, G4double AA)
G4bool IsIsoApplicable(const G4DynamicParticle* aParticle,
G4int ZZ, G4int AA)
{
return theHadronCrossSections->IsApplicable(aParticle, ZZ, AA);
}
@@ -76,9 +75,8 @@ public:
anElement);
}
G4double GetIsoZACrossSection(const G4DynamicParticle* aParticle,
G4double ZZ, G4double AA,
G4double /*aTemperature*/)
G4double GetZandACrossSection(const G4DynamicParticle* aParticle,
G4int ZZ, G4int AA, G4double /*aTemperature*/)
{
return theHadronCrossSections->GetCaptureCrossSection(aParticle, ZZ, AA);
}