Import Geant4 4.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:39:52 +02:00
parent 921d3b1cda
commit 330b82b769
4524 changed files with 178689 additions and 43575 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4VProcess.cc,v 1.8 2001/07/11 10:08:21 gunter Exp $
// GEANT4 tag $Name: geant4-04-00 $
// $Id: G4VProcess.cc,v 1.9 2001/11/07 05:23:38 kurasige Exp $
// GEANT4 tag $Name: geant4-04-01 $
//
//
// --------------------------------------------------------------
@@ -58,7 +58,7 @@ G4VProcess::~G4VProcess()
{
}
G4VProcess::G4VProcess(G4VProcess& right)
G4VProcess::G4VProcess(const G4VProcess& right)
: pParticleChange(0),
theNumberOfInteractionLengthLeft(-1.0),
currentInteractionLength(-1.0),