Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4Run.hh>
Public Types | |
using | ProfilerConfig = G4ProfilerConfig<G4ProfileType::Run> |
Public Member Functions | |
G4Run () | |
virtual | ~G4Run () |
G4Run (const G4Run &)=delete | |
G4Run & | operator= (const G4Run &)=delete |
virtual void | RecordEvent (const G4Event *) |
virtual void | Merge (const G4Run *) |
virtual void | MergeSubEvent (G4Event *masterEv, const G4Event *subEv) |
void | StoreEvent (G4Event *evt) |
G4int | GetRunID () const |
G4int | GetNumberOfEvent () const |
G4int | GetNumberOfEventToBeProcessed () const |
const G4HCtable * | GetHCtable () const |
const G4DCtable * | GetDCtable () const |
const G4String & | GetRandomNumberStatus () const |
std::vector< const G4Event * > * | GetEventVector () const |
void | SetRunID (G4int id) |
void | SetNumberOfEventToBeProcessed (G4int n_ev) |
void | SetHCtable (G4HCtable *HCtbl) |
void | SetDCtable (G4DCtable *DCtbl) |
void | SetRandomNumberStatus (G4String &st) |
Protected Attributes | |
G4int | runID = 0 |
G4int | numberOfEvent = 0 |
G4int | numberOfEventToBeProcessed = 0 |
G4HCtable * | HCtable = nullptr |
G4DCtable * | DCtable = nullptr |
G4String | randomNumberStatus = "" |
std::vector< const G4Event * > * | eventVector = nullptr |
|
virtual |
Definition at line 45 of file G4Run.cc.
|
delete |
|
inline |
Definition at line 104 of file G4Run.hh.
Referenced by G4VisManager::Enable(), G4VSceneHandler::ProcessScene(), G4VisCommandReviewKeptEvents::SetNewValue(), and G4VisCommandSceneEndOfEventAction::SetNewValue().
|
inline |
|
inline |
Definition at line 86 of file G4Run.hh.
Referenced by G4TrajectoriesModel::DescribeYourselfTo(), G4WorkerTaskRunManager::DoWork(), G4VisManager::Draw(), G4RunManager::GenerateEvent(), G4WorkerRunManager::GenerateEvent(), G4WorkerTaskRunManager::GenerateEvent(), G4RunManager::rndmSaveThisEvent(), G4WorkerRunManager::rndmSaveThisEvent(), G4MTRunManager::rndmSaveThisRun(), G4RunManager::rndmSaveThisRun(), G4WorkerRunManager::rndmSaveThisRun(), G4RunManager::RunInitialization(), G4WorkerRunManager::RunInitialization(), G4WorkerTaskRunManager::RunInitialization(), and G4OpenGLSceneHandler::ScaledFlush().
|
virtual |
Reimplemented in G4RTRun.
Definition at line 65 of file G4Run.cc.
Referenced by G4RTRun::Merge(), G4MTRunManager::MergeRun(), and G4TaskRunManager::MergeRun().
|
virtual |
Reimplemented in G4RTRun.
Definition at line 59 of file G4Run.cc.
Referenced by G4RunManager::AnalyzeEvent().
|
inline |
Definition at line 109 of file G4Run.hh.
Referenced by G4RunManager::RunInitialization(), G4WorkerRunManager::RunInitialization(), and G4WorkerTaskRunManager::RunInitialization().
|
inline |
Definition at line 108 of file G4Run.hh.
Referenced by G4RunManager::RunInitialization(), G4WorkerRunManager::RunInitialization(), and G4WorkerTaskRunManager::RunInitialization().
|
inline |
Definition at line 107 of file G4Run.hh.
Referenced by G4RunManager::RunInitialization(), G4WorkerRunManager::RunInitialization(), and G4WorkerTaskRunManager::RunInitialization().
|
inline |
Definition at line 110 of file G4Run.hh.
Referenced by G4RunManager::RunInitialization(), G4WorkerRunManager::RunInitialization(), and G4WorkerTaskRunManager::RunInitialization().
|
inline |
Definition at line 106 of file G4Run.hh.
Referenced by G4RunManager::RunInitialization(), G4WorkerRunManager::RunInitialization(), and G4WorkerTaskRunManager::RunInitialization().
void G4Run::StoreEvent | ( | G4Event * | evt | ) |
Definition at line 73 of file G4Run.cc.
Referenced by G4RunManager::StackPreviousEvent().
|
protected |
Definition at line 117 of file G4Run.hh.
Referenced by GetDCtable(), and SetDCtable().
|
protected |
Definition at line 119 of file G4Run.hh.
Referenced by G4Run(), GetEventVector(), Merge(), StoreEvent(), and ~G4Run().
|
protected |
Definition at line 116 of file G4Run.hh.
Referenced by GetHCtable(), and SetHCtable().
|
protected |
Definition at line 114 of file G4Run.hh.
Referenced by GetNumberOfEvent(), Merge(), and RecordEvent().
|
protected |
Definition at line 115 of file G4Run.hh.
Referenced by GetNumberOfEventToBeProcessed(), and SetNumberOfEventToBeProcessed().
|
protected |
Definition at line 118 of file G4Run.hh.
Referenced by GetRandomNumberStatus(), and SetRandomNumberStatus().
|
protected |
Definition at line 113 of file G4Run.hh.
Referenced by GetRunID(), and SetRunID().