Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
+5 -2
View File
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4EventManager.hh 71031 2013-06-10 09:11:38Z gcosmo $
//
//
@@ -47,6 +47,7 @@ class G4EvManMessenger;
#include "G4VTrajectory.hh"
#include "G4TrackStatus.hh"
class G4SDManager;
class G4StateManager;
#include "globals.hh"
class G4VUserEventInformation;
@@ -63,7 +64,7 @@ class G4EventManager
// This method returns the singleton pointer of G4EventManager.
private:
static G4EventManager* fpEventManager;
static G4ThreadLocal G4EventManager* fpEventManager;
public:
G4EventManager();
@@ -118,6 +119,8 @@ class G4EventManager
G4int storetRandomNumberStatusToG4Event;
G4String randomNumberStatusToG4Event;
G4StateManager* stateManager;
public: // with description
inline const G4Event* GetConstCurrentEvent()
{ return currentEvent; }