Import Geant4 10.0.0 source tree
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user