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 |
![]() | |
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 | |
![]() | |
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.
References G4THitsMap< T >::GetMap(), G4VHitsCollection::GetName(), and title().
Referenced by ElectronRunAction::EndOfRunAction().
Reimplemented from G4Run.
Definition at line 198 of file ElectronRun.cc.
References G4Run::Merge().
Reimplemented from G4Run.
Definition at line 64 of file ElectronRun.cc.
References assert, G4HCofThisEvent::GetHC(), G4Event::GetHCofThisEvent(), and G4Run::RecordEvent().