Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id$
// $Id: G4ComponentSAIDTotalXS.hh 67988 2013-03-13 10:52:45Z gcosmo $
//
// -------------------------------------------------------------------
//
@@ -65,7 +65,8 @@ enum G4SAIDCrossSectionType
saidGN_PINP = 9,
saidGN_PI0N = 10,
saidGP_ETAP = 11,
saidGP_ETAPP = 12
saidGP_ETAPP = 12,
numberOfSaidXS = 13
};
class G4PhysicsVector;
@@ -135,11 +136,9 @@ private:
G4ComponentSAIDTotalXS & operator=(const G4ComponentSAIDTotalXS &right);
G4ComponentSAIDTotalXS(const G4ComponentSAIDTotalXS&);
G4int numberOfSaidXS;
static G4String fnames[13];
static G4PhysicsVector* elastdata[13];
static G4PhysicsVector* inelastdata[13];
static const G4String fnames[numberOfSaidXS];
G4PhysicsVector* elastdata[numberOfSaidXS];
G4PhysicsVector* inelastdata[numberOfSaidXS];
};