Import Geant4 9.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:25:56 +02:00
parent 74cad5e589
commit 89a9605df1
4440 changed files with 379508 additions and 189225 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4VProcess.cc,v 1.16 2007/11/15 04:10:18 kurasige Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4VProcess.cc,v 1.17 2010/10/07 14:17:35 kurasige Exp $
// GEANT4 tag $Name: geant4-09-04 $
//
//
// --------------------------------------------------------------
@@ -46,7 +46,8 @@
#include "G4VProcess.hh"
G4VProcess::G4VProcess(const G4String& aName, G4ProcessType aType )
: pParticleChange(0),
: aProcessManager(0),
pParticleChange(0),
theNumberOfInteractionLengthLeft(-1.0),
currentInteractionLength(-1.0),
theProcessName(aName),
@@ -67,7 +68,8 @@ G4VProcess::~G4VProcess()
}
G4VProcess::G4VProcess(const G4VProcess& right)
: pParticleChange(0),
: aProcessManager(0),
pParticleChange(0),
theNumberOfInteractionLengthLeft(-1.0),
currentInteractionLength(-1.0),
theProcessName(right.theProcessName),