Import Geant4 8.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:07:44 +02:00
parent fe73f43734
commit 75c7fd177d
764 changed files with 45230 additions and 95238 deletions
@@ -63,6 +63,12 @@ public:
return theHadronCrossSections->IsApplicable(aParticle, anElement);
}
G4bool IsZAApplicable(const G4DynamicParticle* aParticle,
G4double ZZ, G4double AA)
{
return theHadronCrossSections->IsApplicable(aParticle, ZZ, AA);
}
G4double GetCrossSection(const G4DynamicParticle* aParticle,
const G4Element* anElement, G4double )
{
@@ -70,6 +76,13 @@ public:
anElement);
}
G4double GetIsoZACrossSection(const G4DynamicParticle* aParticle,
G4double ZZ, G4double AA,
G4double /*aTemperature*/)
{
return theHadronCrossSections->GetCaptureCrossSection(aParticle, ZZ, AA);
}
void BuildPhysicsTable(const G4ParticleDefinition&)
{
}