Geant4_10
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
G4RunManager Class Reference

#include <G4RunManager.hh>

Inheritance diagram for G4RunManager:
Inheritance graph
[legend]
Collaboration diagram for G4RunManager:
Collaboration graph
[legend]

Public Types

enum  RMType { sequentialRM, masterRM, workerRM }
 

Public Member Functions

 G4RunManager ()
 
virtual ~G4RunManager ()
 
virtual void BeamOn (G4int n_event, const char *macroFile=0, G4int n_select=-1)
 
virtual void Initialize ()
 
virtual void DefineWorldVolume (G4VPhysicalVolume *worldVol, G4bool topologyIsChanged=true)
 
virtual void AbortRun (G4bool softAbort=false)
 
virtual void AbortEvent ()
 
virtual void InitializeGeometry ()
 
virtual void InitializePhysics ()
 
virtual G4bool ConfirmBeamOnCondition ()
 
virtual void RunInitialization ()
 
virtual void DoEventLoop (G4int n_event, const char *macroFile=0, G4int n_select=-1)
 
virtual void RunTermination ()
 
virtual void InitializeEventLoop (G4int n_event, const char *macroFile=0, G4int n_select=-1)
 
virtual void ProcessOneEvent (G4int i_event)
 
virtual void TerminateOneEvent ()
 
virtual void TerminateEventLoop ()
 
virtual G4EventGenerateEvent (G4int i_event)
 
virtual void AnalyzeEvent (G4Event *anEvent)
 
void DumpRegion (const G4String &rname) const
 
void DumpRegion (G4Region *region=0) const
 
virtual void rndmSaveThisRun ()
 
virtual void rndmSaveThisEvent ()
 
virtual void RestoreRandomNumberStatus (const G4String &fileN)
 
virtual void SetUserInitialization (G4VUserDetectorConstruction *userInit)
 
virtual void SetUserInitialization (G4VUserPhysicsList *userInit)
 
virtual void SetUserInitialization (G4VUserActionInitialization *userInit)
 
virtual void SetUserInitialization (G4UserWorkerInitialization *userInit)
 
virtual void SetUserInitialization (G4UserWorkerThreadInitialization *userInit)
 
virtual void SetUserAction (G4UserRunAction *userAction)
 
virtual void SetUserAction (G4VUserPrimaryGeneratorAction *userAction)
 
virtual void SetUserAction (G4UserEventAction *userAction)
 
virtual void SetUserAction (G4UserStackingAction *userAction)
 
virtual void SetUserAction (G4UserTrackingAction *userAction)
 
virtual void SetUserAction (G4UserSteppingAction *userAction)
 
const G4VUserDetectorConstructionGetUserDetectorConstruction () const
 
const G4VUserPhysicsListGetUserPhysicsList () const
 
const G4VUserActionInitializationGetUserActionInitialization () const
 
G4VUserActionInitializationGetNonConstUserActionInitialization () const
 
const G4UserWorkerInitializationGetUserWorkerInitialization () const
 
const
G4UserWorkerThreadInitialization
GetUserWorkerThreadInitialization () const
 
const G4UserRunActionGetUserRunAction () const
 
const
G4VUserPrimaryGeneratorAction
GetUserPrimaryGeneratorAction () const
 
const G4UserEventActionGetUserEventAction () const
 
const G4UserStackingActionGetUserStackingAction () const
 
const G4UserTrackingActionGetUserTrackingAction () const
 
const G4UserSteppingActionGetUserSteppingAction () const
 
void SetNumberOfAdditionalWaitingStacks (G4int iAdd)
 
const G4StringGetVersionString () const
 
void SetPrimaryTransformer (G4PrimaryTransformer *pt)
 
void StoreRandomNumberStatusToG4Event (G4int vl)
 
G4int GetFlagRandomNumberStatusToG4Event () const
 
void SetRandomNumberStore (G4bool flag)
 
G4bool GetRandomNumberStore () const
 
void SetRandomNumberStoreDir (const G4String &dir)
 
const G4StringGetRandomNumberStoreDir () const
 
const G4StringGetRandomNumberStatusForThisRun () const
 
const G4StringGetRandomNumberStatusForThisEvent () const
 
void SetRandomNumberStorePerEvent (G4bool flag)
 
G4bool GetRandomNumberStorePerEvent () const
 
void GeometryHasBeenModified (G4bool prop=true)
 
void ReinitializeGeometry (G4bool destroyFirst=false, G4bool prop=true)
 
void PhysicsHasBeenModified ()
 
void CutOffHasBeenModified ()
 
void ReOptimizeMotherOf (G4VPhysicalVolume *)
 
void ReOptimize (G4LogicalVolume *)
 
void SetVerboseLevel (G4int vl)
 
G4int GetVerboseLevel () const
 
G4int GetPrintProgress ()
 
void SetPrintProgress (G4int i)
 
void SetGeometryToBeOptimized (G4bool vl)
 
G4bool GetGeometryToBeOptimized ()
 
void SetNumberOfEventsToBeStored (G4int val)
 
const G4RunGetCurrentRun () const
 
G4RunGetNonConstCurrentRun () const
 
const G4EventGetCurrentEvent () const
 
const G4EventGetPreviousEvent (G4int i) const
 
void SetRunIDCounter (G4int i)
 
G4int GetNumberOfParallelWorld () const
 
void SetNumberOfEventsToBeProcessed (G4int val)
 
G4int GetNumberOfEventsToBeProcessed () const
 
G4int GetNumberOfSelectEvents () const
 
G4String GetSelectMacro () const
 
void SetDCtable (G4DCtable *DCtbl)
 
RMType GetRunManagerType () const
 
virtual void ConstructScoringWorlds ()
 

Static Public Member Functions

static G4RunManagerGetRunManager ()
 

Protected Member Functions

void StackPreviousEvent (G4Event *anEvent)
 
 G4RunManager (RMType rmType)
 
virtual void StoreRNGStatus (const G4String &filenamePrefix)
 
void UpdateScoring ()
 
virtual void DeleteUserInitializations ()
 

Protected Attributes

G4RunManagerKernelkernel
 
G4EventManagereventManager
 
G4VUserDetectorConstructionuserDetector
 
G4VUserPhysicsListphysicsList
 
G4VUserActionInitializationuserActionInitialization
 
G4UserWorkerInitializationuserWorkerInitialization
 
G4UserWorkerThreadInitializationuserWorkerThreadInitialization
 
G4UserRunActionuserRunAction
 
G4VUserPrimaryGeneratorActionuserPrimaryGeneratorAction
 
G4UserEventActionuserEventAction
 
G4UserStackingActionuserStackingAction
 
G4UserTrackingActionuserTrackingAction
 
G4UserSteppingActionuserSteppingAction
 
G4bool geometryInitialized
 
G4bool physicsInitialized
 
G4bool runAborted
 
G4bool initializedAtLeastOnce
 
G4bool geometryToBeOptimized
 
G4int runIDCounter
 
G4int verboseLevel
 
G4int printModulo
 
G4Timertimer
 
G4DCtableDCtable
 
G4RuncurrentRun
 
G4EventcurrentEvent
 
std::vector< G4Event * > * previousEvents
 
G4int n_perviousEventsToBeStored
 
G4int numberOfEventToBeProcessed
 
G4bool storeRandomNumberStatus
 
G4int storeRandomNumberStatusToG4Event
 
G4String randomNumberStatusDir
 
G4String randomNumberStatusForThisRun
 
G4String randomNumberStatusForThisEvent
 
G4bool rngStatusEventsFlag
 
G4VPhysicalVolumecurrentWorld
 
G4int nParallelWorlds
 
G4String msgText
 
G4int n_select_msg
 
G4int numberOfEventProcessed
 
G4String selectMacro
 
G4bool fakeRun
 
RMType runManagerType
 

Detailed Description

Definition at line 138 of file G4RunManager.hh.

Member Enumeration Documentation

Enumerator
sequentialRM 
masterRM 
workerRM 

Definition at line 266 of file G4RunManager.hh.

Constructor & Destructor Documentation

G4RunManager::G4RunManager ( )

Definition at line 77 of file G4RunManager.cc.

Here is the call graph for this function:

G4RunManager::~G4RunManager ( )
virtual

Definition at line 176 of file G4RunManager.cc.

Here is the call graph for this function:

G4RunManager::G4RunManager ( RMType  rmType)
protected

Definition at line 116 of file G4RunManager.cc.

Here is the call graph for this function:

Member Function Documentation

void G4RunManager::AbortEvent ( )
virtual

Reimplemented in G4MTRunManager.

Definition at line 571 of file G4RunManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RunManager::AbortRun ( G4bool  softAbort = false)
virtual

Reimplemented in G4MTRunManager.

Definition at line 551 of file G4RunManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RunManager::AnalyzeEvent ( G4Event anEvent)
virtual

Definition at line 456 of file G4RunManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RunManager::BeamOn ( G4int  n_event,
const char *  macroFile = 0,
G4int  n_select = -1 
)
virtual

Definition at line 254 of file G4RunManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4RunManager::ConfirmBeamOnCondition ( )
virtual

Definition at line 270 of file G4RunManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RunManager::ConstructScoringWorlds ( )
virtual

Reimplemented in G4MTRunManager, G4WorkerRunManager, and tbbWorkerRunManager.

Definition at line 673 of file G4RunManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RunManager::CutOffHasBeenModified ( )
inline

Definition at line 466 of file G4RunManager.hh.

void G4RunManager::DefineWorldVolume ( G4VPhysicalVolume worldVol,
G4bool  topologyIsChanged = true 
)
virtual

Definition at line 587 of file G4RunManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RunManager::DeleteUserInitializations ( )
protectedvirtual

Definition at line 219 of file G4RunManager.cc.

Here is the caller graph for this function:

void G4RunManager::DoEventLoop ( G4int  n_event,
const char *  macroFile = 0,
G4int  n_select = -1 
)
virtual

Reimplemented in CexmcRunManager, G4WorkerRunManager, ParRunManager, and ParRunManager.

Definition at line 348 of file G4RunManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RunManager::DumpRegion ( const G4String rname) const

Definition at line 650 of file G4RunManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RunManager::DumpRegion ( G4Region region = 0) const

Definition at line 655 of file G4RunManager.cc.

Here is the call graph for this function:

G4Event * G4RunManager::GenerateEvent ( G4int  i_event)
virtual

Reimplemented in G4WorkerRunManager.

Definition at line 415 of file G4RunManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RunManager::GeometryHasBeenModified ( G4bool  prop = true)

Definition at line 831 of file G4RunManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

const G4Event* G4RunManager::GetCurrentEvent ( ) const
inline

Definition at line 519 of file G4RunManager.hh.

Here is the caller graph for this function:

const G4Run* G4RunManager::GetCurrentRun ( ) const
inline

Definition at line 513 of file G4RunManager.hh.

Here is the caller graph for this function:

G4int G4RunManager::GetFlagRandomNumberStatusToG4Event ( ) const
inline

Definition at line 394 of file G4RunManager.hh.

Here is the caller graph for this function:

G4bool G4RunManager::GetGeometryToBeOptimized ( )
inline

Definition at line 503 of file G4RunManager.hh.

Here is the caller graph for this function:

G4Run* G4RunManager::GetNonConstCurrentRun ( ) const
inline

Definition at line 515 of file G4RunManager.hh.

Here is the caller graph for this function:

G4VUserActionInitialization* G4RunManager::GetNonConstUserActionInitialization ( ) const
inline

Definition at line 352 of file G4RunManager.hh.

Here is the caller graph for this function:

G4int G4RunManager::GetNumberOfEventsToBeProcessed ( ) const
inline

Definition at line 543 of file G4RunManager.hh.

Here is the caller graph for this function:

G4int G4RunManager::GetNumberOfParallelWorld ( ) const
inline

Definition at line 539 of file G4RunManager.hh.

G4int G4RunManager::GetNumberOfSelectEvents ( ) const
inline

Definition at line 545 of file G4RunManager.hh.

Here is the caller graph for this function:

const G4Event* G4RunManager::GetPreviousEvent ( G4int  i) const
inline

Definition at line 523 of file G4RunManager.hh.

Here is the caller graph for this function:

G4int G4RunManager::GetPrintProgress ( )
inline

Definition at line 489 of file G4RunManager.hh.

Here is the caller graph for this function:

const G4String& G4RunManager::GetRandomNumberStatusForThisEvent ( ) const
inline

Definition at line 426 of file G4RunManager.hh.

Here is the call graph for this function:

const G4String& G4RunManager::GetRandomNumberStatusForThisRun ( ) const
inline

Definition at line 424 of file G4RunManager.hh.

G4bool G4RunManager::GetRandomNumberStore ( ) const
inline

Definition at line 400 of file G4RunManager.hh.

Here is the caller graph for this function:

const G4String& G4RunManager::GetRandomNumberStoreDir ( ) const
inline

Definition at line 422 of file G4RunManager.hh.

Here is the caller graph for this function:

G4bool G4RunManager::GetRandomNumberStorePerEvent ( ) const
inline

Definition at line 436 of file G4RunManager.hh.

G4RunManager * G4RunManager::GetRunManager ( )
static

Definition at line 74 of file G4RunManager.cc.

RMType G4RunManager::GetRunManagerType ( ) const
inline

Definition at line 553 of file G4RunManager.hh.

Here is the caller graph for this function:

G4String G4RunManager::GetSelectMacro ( ) const
inline

Definition at line 547 of file G4RunManager.hh.

Here is the caller graph for this function:

const G4VUserActionInitialization* G4RunManager::GetUserActionInitialization ( ) const
inline

Definition at line 350 of file G4RunManager.hh.

Here is the caller graph for this function:

const G4VUserDetectorConstruction* G4RunManager::GetUserDetectorConstruction ( ) const
inline

Definition at line 346 of file G4RunManager.hh.

Here is the caller graph for this function:

const G4UserEventAction* G4RunManager::GetUserEventAction ( ) const
inline

Definition at line 362 of file G4RunManager.hh.

Here is the caller graph for this function:

const G4VUserPhysicsList* G4RunManager::GetUserPhysicsList ( ) const
inline

Definition at line 348 of file G4RunManager.hh.

Here is the caller graph for this function:

const G4VUserPrimaryGeneratorAction* G4RunManager::GetUserPrimaryGeneratorAction ( ) const
inline

Definition at line 360 of file G4RunManager.hh.

Here is the caller graph for this function:

const G4UserRunAction* G4RunManager::GetUserRunAction ( ) const
inline

Definition at line 358 of file G4RunManager.hh.

Here is the caller graph for this function:

const G4UserStackingAction* G4RunManager::GetUserStackingAction ( ) const
inline

Definition at line 364 of file G4RunManager.hh.

Here is the caller graph for this function:

const G4UserSteppingAction* G4RunManager::GetUserSteppingAction ( ) const
inline

Definition at line 368 of file G4RunManager.hh.

Here is the caller graph for this function:

const G4UserTrackingAction* G4RunManager::GetUserTrackingAction ( ) const
inline

Definition at line 366 of file G4RunManager.hh.

Here is the caller graph for this function:

const G4UserWorkerInitialization* G4RunManager::GetUserWorkerInitialization ( ) const
inline

Definition at line 354 of file G4RunManager.hh.

Here is the caller graph for this function:

const G4UserWorkerThreadInitialization* G4RunManager::GetUserWorkerThreadInitialization ( ) const
inline

Definition at line 356 of file G4RunManager.hh.

Here is the caller graph for this function:

G4int G4RunManager::GetVerboseLevel ( ) const
inline

Definition at line 487 of file G4RunManager.hh.

Here is the caller graph for this function:

const G4String& G4RunManager::GetVersionString ( ) const
inline

Definition at line 379 of file G4RunManager.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RunManager::Initialize ( void  )
virtual

Reimplemented in G4MTRunManager.

Definition at line 501 of file G4RunManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RunManager::InitializeEventLoop ( G4int  n_event,
const char *  macroFile = 0,
G4int  n_select = -1 
)
virtual

Reimplemented in G4MTRunManager.

Definition at line 363 of file G4RunManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RunManager::InitializeGeometry ( )
virtual

Reimplemented in G4WorkerRunManager.

Definition at line 517 of file G4RunManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RunManager::InitializePhysics ( )
virtual

Reimplemented in G4MTRunManager.

Definition at line 536 of file G4RunManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RunManager::PhysicsHasBeenModified ( )
inline

Definition at line 458 of file G4RunManager.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RunManager::ProcessOneEvent ( G4int  i_event)
virtual

Reimplemented in G4MTRunManager, and G4WorkerRunManager.

Definition at line 383 of file G4RunManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RunManager::ReinitializeGeometry ( G4bool  destroyFirst = false,
G4bool  prop = true 
)

Definition at line 844 of file G4RunManager.cc.

Here is the call graph for this function:

void G4RunManager::ReOptimize ( G4LogicalVolume pLog)

Definition at line 749 of file G4RunManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RunManager::ReOptimizeMotherOf ( G4VPhysicalVolume pPhys)

Definition at line 743 of file G4RunManager.cc.

Here is the call graph for this function:

void G4RunManager::RestoreRandomNumberStatus ( const G4String fileN)
virtual

Definition at line 636 of file G4RunManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RunManager::rndmSaveThisEvent ( )
virtual

Definition at line 615 of file G4RunManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RunManager::rndmSaveThisRun ( )
virtual

Definition at line 593 of file G4RunManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RunManager::RunInitialization ( )
virtual

Reimplemented in G4WorkerRunManager.

Definition at line 302 of file G4RunManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RunManager::RunTermination ( )
virtual

Reimplemented in G4MTRunManager, G4WorkerRunManager, and tbbMasterRunManager.

Definition at line 463 of file G4RunManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RunManager::SetDCtable ( G4DCtable DCtbl)
inline

Definition at line 549 of file G4RunManager.hh.

Here is the caller graph for this function:

void G4RunManager::SetGeometryToBeOptimized ( G4bool  vl)
inline

Definition at line 494 of file G4RunManager.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RunManager::SetNumberOfAdditionalWaitingStacks ( G4int  iAdd)
inline

Definition at line 372 of file G4RunManager.hh.

Here is the call graph for this function:

void G4RunManager::SetNumberOfEventsToBeProcessed ( G4int  val)
inline

Definition at line 541 of file G4RunManager.hh.

void G4RunManager::SetNumberOfEventsToBeStored ( G4int  val)
inline

Definition at line 507 of file G4RunManager.hh.

void G4RunManager::SetPrimaryTransformer ( G4PrimaryTransformer pt)
inline

Definition at line 382 of file G4RunManager.hh.

Here is the call graph for this function:

void G4RunManager::SetPrintProgress ( G4int  i)
inline

Definition at line 491 of file G4RunManager.hh.

Here is the caller graph for this function:

void G4RunManager::SetRandomNumberStore ( G4bool  flag)
inline

Definition at line 398 of file G4RunManager.hh.

Here is the caller graph for this function:

void G4RunManager::SetRandomNumberStoreDir ( const G4String dir)
inline

Definition at line 402 of file G4RunManager.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RunManager::SetRandomNumberStorePerEvent ( G4bool  flag)
inline

Definition at line 434 of file G4RunManager.hh.

Here is the caller graph for this function:

void G4RunManager::SetRunIDCounter ( G4int  i)
inline

Definition at line 533 of file G4RunManager.hh.

Here is the caller graph for this function:

void G4RunManager::SetUserAction ( G4UserRunAction userAction)
virtual

Reimplemented in G4MTRunManager, and G4WorkerRunManager.

Definition at line 801 of file G4RunManager.cc.

Here is the caller graph for this function:

void G4RunManager::SetUserAction ( G4VUserPrimaryGeneratorAction userAction)
virtual

Reimplemented in G4MTRunManager, and G4WorkerRunManager.

Definition at line 804 of file G4RunManager.cc.

void G4RunManager::SetUserAction ( G4UserEventAction userAction)
virtual

Reimplemented in G4MTRunManager, and G4WorkerRunManager.

Definition at line 807 of file G4RunManager.cc.

Here is the call graph for this function:

void G4RunManager::SetUserAction ( G4UserStackingAction userAction)
virtual

Reimplemented in G4MTRunManager, and G4WorkerRunManager.

Definition at line 813 of file G4RunManager.cc.

Here is the call graph for this function:

void G4RunManager::SetUserAction ( G4UserTrackingAction userAction)
virtual

Reimplemented in G4MTRunManager, and G4WorkerRunManager.

Definition at line 819 of file G4RunManager.cc.

Here is the call graph for this function:

void G4RunManager::SetUserAction ( G4UserSteppingAction userAction)
virtual

Reimplemented in G4MTRunManager, and G4WorkerRunManager.

Definition at line 825 of file G4RunManager.cc.

Here is the call graph for this function:

void G4RunManager::SetUserInitialization ( G4VUserDetectorConstruction userInit)
virtual

Reimplemented in G4MTRunManager, and G4WorkerRunManager.

Definition at line 774 of file G4RunManager.cc.

Here is the caller graph for this function:

void G4RunManager::SetUserInitialization ( G4VUserPhysicsList userInit)
virtual

Reimplemented in G4MTRunManager, and G4WorkerRunManager.

Definition at line 777 of file G4RunManager.cc.

Here is the call graph for this function:

void G4RunManager::SetUserInitialization ( G4VUserActionInitialization userInit)
virtual

Reimplemented in G4MTRunManager, and G4WorkerRunManager.

Definition at line 795 of file G4RunManager.cc.

Here is the call graph for this function:

void G4RunManager::SetUserInitialization ( G4UserWorkerInitialization userInit)
virtual

Reimplemented in G4MTRunManager, and G4WorkerRunManager.

Definition at line 783 of file G4RunManager.cc.

Here is the call graph for this function:

void G4RunManager::SetUserInitialization ( G4UserWorkerThreadInitialization userInit)
virtual

Reimplemented in G4MTRunManager, and G4WorkerRunManager.

Definition at line 789 of file G4RunManager.cc.

Here is the call graph for this function:

void G4RunManager::SetVerboseLevel ( G4int  vl)
inline

Definition at line 484 of file G4RunManager.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RunManager::StackPreviousEvent ( G4Event anEvent)
protected

Definition at line 486 of file G4RunManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RunManager::StoreRandomNumberStatusToG4Event ( G4int  vl)
inline

Definition at line 385 of file G4RunManager.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RunManager::StoreRNGStatus ( const G4String filenamePrefix)
protectedvirtual

Reimplemented in G4MTRunManager, and G4WorkerRunManager.

Definition at line 450 of file G4RunManager.cc.

Here is the caller graph for this function:

void G4RunManager::TerminateEventLoop ( )
virtual

Reimplemented in G4MTRunManager.

Definition at line 399 of file G4RunManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RunManager::TerminateOneEvent ( )
virtual

Reimplemented in G4MTRunManager.

Definition at line 392 of file G4RunManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RunManager::UpdateScoring ( )
protected

Definition at line 721 of file G4RunManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

G4Event* G4RunManager::currentEvent
protected

Definition at line 304 of file G4RunManager.hh.

G4Run* G4RunManager::currentRun
protected

Definition at line 303 of file G4RunManager.hh.

G4VPhysicalVolume* G4RunManager::currentWorld
protected

Definition at line 317 of file G4RunManager.hh.

G4DCtable* G4RunManager::DCtable
protected

Definition at line 301 of file G4RunManager.hh.

G4EventManager* G4RunManager::eventManager
protected

Definition at line 273 of file G4RunManager.hh.

G4bool G4RunManager::fakeRun
protected

Definition at line 325 of file G4RunManager.hh.

G4bool G4RunManager::geometryInitialized
protected

Definition at line 291 of file G4RunManager.hh.

G4bool G4RunManager::geometryToBeOptimized
protected

Definition at line 295 of file G4RunManager.hh.

G4bool G4RunManager::initializedAtLeastOnce
protected

Definition at line 294 of file G4RunManager.hh.

G4RunManagerKernel* G4RunManager::kernel
protected

Definition at line 272 of file G4RunManager.hh.

G4String G4RunManager::msgText
protected

Definition at line 321 of file G4RunManager.hh.

G4int G4RunManager::n_perviousEventsToBeStored
protected

Definition at line 306 of file G4RunManager.hh.

G4int G4RunManager::n_select_msg
protected

Definition at line 322 of file G4RunManager.hh.

G4int G4RunManager::nParallelWorlds
protected

Definition at line 319 of file G4RunManager.hh.

G4int G4RunManager::numberOfEventProcessed
protected

Definition at line 323 of file G4RunManager.hh.

G4int G4RunManager::numberOfEventToBeProcessed
protected

Definition at line 307 of file G4RunManager.hh.

G4bool G4RunManager::physicsInitialized
protected

Definition at line 292 of file G4RunManager.hh.

G4VUserPhysicsList* G4RunManager::physicsList
protected

Definition at line 276 of file G4RunManager.hh.

std::vector<G4Event*>* G4RunManager::previousEvents
protected

Definition at line 305 of file G4RunManager.hh.

G4int G4RunManager::printModulo
protected

Definition at line 299 of file G4RunManager.hh.

G4String G4RunManager::randomNumberStatusDir
protected

Definition at line 311 of file G4RunManager.hh.

G4String G4RunManager::randomNumberStatusForThisEvent
protected

Definition at line 313 of file G4RunManager.hh.

G4String G4RunManager::randomNumberStatusForThisRun
protected

Definition at line 312 of file G4RunManager.hh.

G4bool G4RunManager::rngStatusEventsFlag
protected

Definition at line 314 of file G4RunManager.hh.

G4bool G4RunManager::runAborted
protected

Definition at line 293 of file G4RunManager.hh.

G4int G4RunManager::runIDCounter
protected

Definition at line 297 of file G4RunManager.hh.

RMType G4RunManager::runManagerType
protected

Definition at line 557 of file G4RunManager.hh.

G4String G4RunManager::selectMacro
protected

Definition at line 324 of file G4RunManager.hh.

G4bool G4RunManager::storeRandomNumberStatus
protected

Definition at line 309 of file G4RunManager.hh.

G4int G4RunManager::storeRandomNumberStatusToG4Event
protected

Definition at line 310 of file G4RunManager.hh.

G4Timer* G4RunManager::timer
protected

Definition at line 300 of file G4RunManager.hh.

G4VUserActionInitialization* G4RunManager::userActionInitialization
protected

Definition at line 277 of file G4RunManager.hh.

G4VUserDetectorConstruction* G4RunManager::userDetector
protected

Definition at line 275 of file G4RunManager.hh.

G4UserEventAction* G4RunManager::userEventAction
protected

Definition at line 282 of file G4RunManager.hh.

G4VUserPrimaryGeneratorAction* G4RunManager::userPrimaryGeneratorAction
protected

Definition at line 281 of file G4RunManager.hh.

G4UserRunAction* G4RunManager::userRunAction
protected

Definition at line 280 of file G4RunManager.hh.

G4UserStackingAction* G4RunManager::userStackingAction
protected

Definition at line 283 of file G4RunManager.hh.

G4UserSteppingAction* G4RunManager::userSteppingAction
protected

Definition at line 285 of file G4RunManager.hh.

G4UserTrackingAction* G4RunManager::userTrackingAction
protected

Definition at line 284 of file G4RunManager.hh.

G4UserWorkerInitialization* G4RunManager::userWorkerInitialization
protected

Definition at line 278 of file G4RunManager.hh.

G4UserWorkerThreadInitialization* G4RunManager::userWorkerThreadInitialization
protected

Definition at line 279 of file G4RunManager.hh.

G4int G4RunManager::verboseLevel
protected

Definition at line 298 of file G4RunManager.hh.


The documentation for this class was generated from the following files: