Import Geant4 9.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:15:05 +02:00
parent b79225fb37
commit 74cad5e589
3877 changed files with 234205 additions and 167127 deletions
@@ -23,8 +23,8 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4RPGInelastic.hh,v 1.3 2008/02/22 22:17:25 dennis Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4RPGInelastic.hh,v 1.4 2009/05/25 19:06:59 dennis Exp $
// GEANT4 tag $Name: geant4-09-03 $
//
// Author: D. H. Wright
// Date: 26 May 2007
@@ -54,9 +54,7 @@ class G4RPGInelastic : public G4HadronicInteraction
{
public: // with description
G4RPGInelastic(const G4String& modelName = "RPGInelastic")
: G4HadronicInteraction(modelName)
{ cache = 0.0;}
G4RPGInelastic(const G4String& modelName = "RPGInelastic");
virtual ~G4RPGInelastic()
{ }
@@ -123,7 +121,9 @@ class G4RPGInelastic : public G4HadronicInteraction
enum {pi0, pip, pim, kp, km, k0, k0b, pro, neu,
lam, sp, s0, sm, xi0, xim, om, ap, an};
static G4ParticleDefinition* particleDef[18];
protected:
G4ParticleDefinition* particleDef[18];
private: