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
@@ -90,14 +90,14 @@ class G4GeneralSpaceNNCrossSection : public G4VCrossSectionDataSet
virtual G4bool IsApplicable(const G4DynamicParticle* theProjectile,
const G4Element* theTarget);
virtual G4bool IsZAApplicable(const G4DynamicParticle* theProjectile,
G4double ZZ, G4double AA);
virtual G4bool IsIsoApplicable(const G4DynamicParticle* theProjectile,
G4int ZZ, G4int 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 G4double GetZandACrossSection(const G4DynamicParticle* theProjectile,
G4int ZZ, G4int AA, G4double theTemperature);
virtual void BuildPhysicsTable(const G4ParticleDefinition&)
{;}
@@ -113,6 +113,5 @@ class G4GeneralSpaceNNCrossSection : public G4VCrossSectionDataSet
G4TripathiCrossSection *TripathiGeneral;
G4IonsShenCrossSection *Shen;
};
////////////////////////////////////////////////////////////////////////////////
//
#endif