Import Geant4 10.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 12:08:39 +02:00
parent 286caacf06
commit c9b32a6c0a
5770 changed files with 1050949 additions and 367105 deletions
@@ -391,9 +391,9 @@ G4GGNuclNuclCrossSection::GetHadronNucleonXsc(const G4DynamicParticle* aParticle
// At = number of nucleons, Zt = number of protons
G4double
G4GGNuclNuclCrossSection::GetHadronNucleonXscPDG(G4ParticleDefinition* pParticle,
G4GGNuclNuclCrossSection::GetHadronNucleonXscPDG(const G4ParticleDefinition* pParticle,
G4double sMand,
G4ParticleDefinition* tParticle)
const G4ParticleDefinition* tParticle)
{
G4double xsection = 0.;
// G4bool pORn = (tParticle == theProton || nucleon == theNeutron );
@@ -448,9 +448,9 @@ G4GGNuclNuclCrossSection::GetHadronNucleonXscPDG(G4ParticleDefinition* pParticle
// projectile nucleon is pParticle with pTkin shooting target nucleon tParticle
G4double
G4GGNuclNuclCrossSection::GetHadronNucleonXscNS(G4ParticleDefinition* pParticle,
G4GGNuclNuclCrossSection::GetHadronNucleonXscNS(const G4ParticleDefinition* pParticle,
G4double pTkin,
G4ParticleDefinition* tParticle)
const G4ParticleDefinition* tParticle)
{
G4double xsection(0);
// G4double Delta; DHW 19 May 2011: variable set but not used