Import Geant4 8.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:55:03 +02:00
parent 216a75eeb1
commit fe73f43734
6714 changed files with 118229 additions and 68144 deletions
@@ -37,6 +37,8 @@
// 12-Nov-2003 Set upper limit at 10 GeV/n
// 12-Nov-2003 Insted of the lower limit,
// 0 is returned to a partilce with energy lowae than 10 MeV/n
// 15-Nov-2006 Change upper limit to 1 TeV/n
// However above 10GeV/n XS become constant.
#include "globals.hh"
#include "G4Proton.hh"
@@ -47,7 +49,7 @@ class G4IonsShenCrossSection : public G4VCrossSectionDataSet
{
public:
G4IonsShenCrossSection ():
upperLimit ( 10 * GeV ),
upperLimit ( 1 * TeV ),
lowerLimit ( 10 * MeV ),
r0 ( 1.1 )
{