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
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4RichTrajectoryPoint.hh,v 1.9 2010/10/27 07:57:21 gcosmo Exp $
// GEANT4 tag $Name: geant4-09-04 $
// $Id: G4RichTrajectoryPoint.hh,v 1.9 2010-10-27 07:57:21 gcosmo Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
//---------------------------------------------------------------
//
@@ -62,6 +62,7 @@
#include "G4TouchableHandle.hh"
#include "G4ThreeVector.hh"
#include "G4StepStatus.hh"
#include <vector>
class G4Track;
@@ -101,10 +102,14 @@ private:
G4double fTotEDep;
G4double fRemainingEnergy;
const G4VProcess* fpProcess;
G4StepStatus fPreStepPointStatus;
G4StepStatus fPostStepPointStatus;
G4double fPreStepPointGlobalTime;
G4double fPostStepPointGlobalTime;
G4TouchableHandle fpPreStepPointVolume;
G4TouchableHandle fpPostStepPointVolume;
G4double fPreStepPointWeight;
G4double fPostStepPointWeight;
};
#if defined G4TRACKING_ALLOC_EXPORT