Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4Run.hh>
Public Member Functions | |
G4Run () | |
virtual | ~G4Run () |
virtual void | RecordEvent (const G4Event *) |
G4int | GetRunID () const |
G4int | GetNumberOfEvent () const |
G4int | GetNumberOfEventToBeProcessed () const |
const G4HCtable * | GetHCtable () const |
const G4DCtable * | GetDCtable () const |
const G4String & | GetRandomNumberStatus () const |
void | SetRunID (G4int id) |
void | SetNumberOfEventToBeProcessed (G4int n_ev) |
void | SetHCtable (G4HCtable *HCtbl) |
void | SetDCtable (G4DCtable *DCtbl) |
void | SetRandomNumberStatus (G4String &st) |
void | StoreEvent (G4Event *evt) |
const std::vector< const G4Event * > * | GetEventVector () const |
Protected Attributes | |
G4int | runID |
G4int | numberOfEvent |
G4int | numberOfEventToBeProcessed |
G4HCtable * | HCtable |
G4DCtable * | DCtable |
G4String | randomNumberStatus |
std::vector< const G4Event * > * | eventVector |
|
virtual |
Definition at line 112 of file G4Run.hh.
Referenced by G4VSceneHandler::ProcessScene(), G4VisCommandReviewKeptEvents::SetNewValue(), and G4VisCommandSceneEndOfEventAction::SetNewValue().
|
inline |
Definition at line 73 of file G4Run.hh.
Referenced by G4RunManager::rndmSaveThisEvent(), and G4RunManager::rndmSaveThisRun().
Definition at line 45 of file G4Run.cc.
Referenced by G4RunManager::AnalyzeEvent().
|
inline |
Definition at line 98 of file G4Run.hh.
Referenced by G4RunManager::RunInitialization().
|
inline |
Definition at line 96 of file G4Run.hh.
Referenced by G4RunManager::RunInitialization().
|
inline |
Definition at line 94 of file G4Run.hh.
Referenced by G4RunManager::RunInitialization().
|
inline |
Definition at line 100 of file G4Run.hh.
Referenced by G4RunManager::RunInitialization().
|
inline |
Definition at line 92 of file G4Run.hh.
Referenced by G4RunManager::RunInitialization().
void G4Run::StoreEvent | ( | G4Event * | evt | ) |
Definition at line 48 of file G4Run.cc.
Referenced by G4RunManager::StackPreviousEvent().
|
protected |
Definition at line 62 of file G4Run.hh.
Referenced by GetDCtable(), and SetDCtable().
Definition at line 64 of file G4Run.hh.
Referenced by G4Run(), GetEventVector(), StoreEvent(), and ~G4Run().
|
protected |
Definition at line 61 of file G4Run.hh.
Referenced by GetHCtable(), and SetHCtable().
|
protected |
Definition at line 59 of file G4Run.hh.
Referenced by GetNumberOfEvent(), and RecordEvent().
|
protected |
Definition at line 60 of file G4Run.hh.
Referenced by GetNumberOfEventToBeProcessed(), and SetNumberOfEventToBeProcessed().
|
protected |
Definition at line 63 of file G4Run.hh.
Referenced by GetRandomNumberStatus(), and SetRandomNumberStatus().
|
protected |
Definition at line 58 of file G4Run.hh.
Referenced by GetRunID(), and SetRunID().