Import Geant4 9.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:46:55 +02:00
parent 89a9605df1
commit b1eb5424d2
10957 changed files with 888481 additions and 160139 deletions
@@ -23,8 +23,8 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4MuIonisation.hh,v 1.31 2009/02/20 14:48:16 vnivanch Exp $
// GEANT4 tag $Name: geant4-09-03 $
// $Id: G4MuIonisation.hh,v 1.31 2009-02-20 14:48:16 vnivanch Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
// -------------------------------------------------------------------
//
@@ -82,8 +82,6 @@
#include "G4VEmModel.hh"
class G4Material;
class G4VEmFluctuationModel;
class G4ParticleChangeForLoss;
class G4MuIonisation : public G4VEnergyLossProcess
{
@@ -118,10 +116,6 @@ private:
const G4ParticleDefinition* theParticle;
const G4ParticleDefinition* theBaseParticle;
G4VEmFluctuationModel* flucModel;
G4ParticleChangeForLoss* fParticleChange;
G4bool isInitialised;
};