Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4RTRun.hh>
Public Member Functions | |
G4RTRun () | |
virtual | ~G4RTRun () |
virtual void | RecordEvent (const G4Event *) |
virtual void | Merge (const G4Run *) |
G4THitsMap< G4Colour > * | GetMap () const |
Public Member Functions inherited from G4Run | |
G4Run () | |
virtual | ~G4Run () |
G4Run (const G4Run &)=delete | |
G4Run & | operator= (const G4Run &)=delete |
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) |
Additional Inherited Members | |
Public Types inherited from G4Run | |
using | ProfilerConfig = G4ProfilerConfig<G4ProfileType::Run> |
Protected Attributes inherited from G4Run | |
G4int | runID = 0 |
G4int | numberOfEvent = 0 |
G4int | numberOfEventToBeProcessed = 0 |
G4HCtable * | HCtable = nullptr |
G4DCtable * | DCtable = nullptr |
G4String | randomNumberStatus = "" |
std::vector< const G4Event * > * | eventVector = nullptr |
Definition at line 50 of file G4RTRun.hh.
G4RTRun::G4RTRun | ( | ) |
Definition at line 46 of file G4RTRun.cc.
|
virtual |
Definition at line 55 of file G4RTRun.cc.
|
inline |
Definition at line 63 of file G4RTRun.hh.
Referenced by G4TheMTRayTracer::CreateBitMap().
|
virtual |
Reimplemented from G4Run.
Definition at line 88 of file G4RTRun.cc.
|
virtual |
Reimplemented from G4Run.
Definition at line 61 of file G4RTRun.cc.