Import Geant4 5.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:15:15 +02:00
parent 37fff30d2e
commit fbd4999cf7
4396 changed files with 56662 additions and 52446 deletions
@@ -22,7 +22,7 @@
//
//
// $Id: G4ElectroNuclearCrossSection.hh,v 1.8 2002/12/12 19:16:49 gunter Exp $
// GEANT4 tag $Name: geant4-05-00 $
// GEANT4 tag $Name: geant4-05-01 $
//
//
// GEANT4 physics class: G4ElectroNuclearCrossSection -- header file
@@ -22,7 +22,7 @@
//
//
// $Id: G4HadronCrossSections.hh,v 1.8 2002/12/12 19:16:49 gunter Exp $
// GEANT4 tag $Name: geant4-05-00 $
// GEANT4 tag $Name: geant4-05-01 $
//
//
// GEANT4 Hadron physics class -- header file
@@ -22,7 +22,7 @@
//
//
// $Id: G4PhotoNuclearCrossSection.hh,v 1.7 2002/12/12 19:16:49 gunter Exp $
// GEANT4 tag $Name: geant4-05-00 $
// GEANT4 tag $Name: geant4-05-01 $
//
//
// GEANT4 physics class: G4PhotoNuclearCrossSection -- header file
@@ -41,6 +41,7 @@ class G4PiNuclearCrossSection : public G4VCrossSectionDataSet
if(aParticle->GetDefinition() == G4PionMinus::PionMinus()) result=true;
if(aParticle->GetDefinition() == G4PionPlus::PionPlus()) result=true;
if(anElement->GetZ() == 1) result = false;
if(aParticle->GetKineticEnergy() > 999.9*GeV) result=false;
return result;
}
G4double GetCrossSection(const G4DynamicParticle* aParticle,