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
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4RichTrajectoryPoint.hh,v 1.5 2006/09/27 20:42:52 asaim Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4RichTrajectoryPoint.hh,v 1.7 2009/11/24 10:04:14 perl Exp $
// GEANT4 tag $Name: geant4-09-03 $
//
//---------------------------------------------------------------
//
@@ -39,8 +39,10 @@
// includes:
// 2) Auxiliary points, as in G4SmoothTrajectory.
// 3) Total energy deposit.
// 4) Procees defining end of step.
// 5) Global time (from start of event) at pre- amd post-step.
// 4) Remaining energy.
// 5) Process defining end of step.
// 6) Global time (from start of event) at pre- amd post-step.
// ...and more.
//
// Contact:
// Questions and comments to this code should be sent to
@@ -58,6 +60,7 @@
#include "G4TrajectoryPoint.hh"
#include "G4TouchableHandle.hh"
#include "G4ThreeVector.hh"
#include <vector>
@@ -96,9 +99,12 @@ private:
// Extended member data
std::vector<G4ThreeVector>* fpAuxiliaryPointVector;
G4double fTotEDep;
G4double fRemainingEnergy;
const G4VProcess* fpProcess;
G4double fPreStepPointGlobalTime;
G4double fPostStepPointGlobalTime;
G4TouchableHandle fpPreStepPointVolume;
G4TouchableHandle fpPostStepPointVolume;
};
#if defined G4TRACKING_ALLOC_EXPORT