|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4Run.hh>
Inheritance diagram for G4Run:Public Types | |
| using | ProfilerConfig = G4ProfilerConfig< G4ProfileType::Run > |
Public Member Functions | |
| G4Run () | |
| virtual | ~G4Run () |
| virtual void | RecordEvent (const G4Event *) |
| virtual void | Merge (const G4Run *) |
| 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 |
| G4Run::G4Run | ( | ) |
Definition at line 34 of file G4Run.cc.
|
virtual |
Definition at line 46 of file G4Run.cc.
|
inline |
|
inline |
Definition at line 119 of file G4Run.hh.
Referenced by G4VisManager::Enable(), G4VSceneHandler::ProcessScene(), G4VisCommandReviewKeptEvents::SetNewValue(), and G4VisCommandSceneEndOfEventAction::SetNewValue().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 82 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(), and G4WorkerTaskRunManager::RunInitialization().
|
virtual |
Reimplemented in G4RTRun.
Definition at line 64 of file G4Run.cc.
Referenced by G4RTRun::Merge(), G4MTRunManager::MergeRun(), and G4TaskRunManager::MergeRun().
|
virtual |
Reimplemented in G4RTRun.
Definition at line 62 of file G4Run.cc.
Referenced by G4RunManager::AnalyzeEvent().
|
inline |
Definition at line 107 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().
|
inline |
Definition at line 102 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 101 of file G4Run.hh.
Referenced by G4RunManager::RunInitialization(), G4WorkerRunManager::RunInitialization(), and G4WorkerTaskRunManager::RunInitialization().
| void G4Run::StoreEvent | ( | G4Event * | evt | ) |
Definition at line 74 of file G4Run.cc.
Referenced by G4RunManager::StackPreviousEvent().
|
protected |
Definition at line 67 of file G4Run.hh.
Referenced by GetDCtable(), and SetDCtable().
|
protected |
Definition at line 69 of file G4Run.hh.
Referenced by G4Run(), GetEventVector(), Merge(), StoreEvent(), and ~G4Run().
|
protected |
Definition at line 66 of file G4Run.hh.
Referenced by GetHCtable(), and SetHCtable().
|
protected |
Definition at line 64 of file G4Run.hh.
Referenced by GetNumberOfEvent(), Merge(), and RecordEvent().
|
protected |
Definition at line 65 of file G4Run.hh.
Referenced by GetNumberOfEventToBeProcessed(), and SetNumberOfEventToBeProcessed().
|
protected |
Definition at line 68 of file G4Run.hh.
Referenced by GetRandomNumberStatus(), and SetRandomNumberStatus().
|
protected |
Definition at line 63 of file G4Run.hh.
Referenced by GetRunID(), and SetRunID().