Geant4_10
|
#include <ElectronRun.hh>
Public Member Functions | |
ElectronRun () | |
virtual | ~ElectronRun () |
virtual void | RecordEvent (const G4Event *) |
virtual void | Merge (const G4Run *) |
void | DumpData (G4String &) const |
Public Member Functions inherited from G4Run | |
G4Run () | |
virtual | ~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 |
Additional Inherited Members | |
Protected Attributes inherited from G4Run | |
G4int | runID |
G4int | numberOfEvent |
G4int | numberOfEventToBeProcessed |
G4HCtable * | HCtable |
G4DCtable * | DCtable |
G4String | randomNumberStatus |
std::vector< const G4Event * > * | eventVector |
Definition at line 43 of file ElectronRun.hh.
ElectronRun::ElectronRun | ( | ) |
Definition at line 40 of file ElectronRun.cc.
|
virtual |
Definition at line 51 of file ElectronRun.cc.
Definition at line 95 of file ElectronRun.cc.
Reimplemented from G4Run.
Definition at line 198 of file ElectronRun.cc.
Reimplemented from G4Run.
Definition at line 64 of file ElectronRun.cc.