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
@@ -90,9 +90,15 @@ class G4GeneralSpaceNNCrossSection : public G4VCrossSectionDataSet
virtual G4bool IsApplicable(const G4DynamicParticle* theProjectile,
const G4Element* theTarget);
virtual G4bool IsZAApplicable(const G4DynamicParticle* theProjectile,
G4double ZZ, G4double AA);
virtual G4double GetCrossSection(const G4DynamicParticle* theProjectile,
const G4Element* theTarget, G4double theTemperature);
virtual G4double GetIsoZACrossSection(const G4DynamicParticle* theProjectile,
G4double ZZ, G4double AA, G4double theTemperature);
virtual void BuildPhysicsTable(const G4ParticleDefinition&)
{;}