|
Geant4
10.03.p02
|
#include <TSRun.hh>


Public Types | |
| typedef std::map< G4int, G4double > | MutexHitsMap_t |
| typedef std::vector< G4atomic < G4double > * > | AtomicHitsSum_t |
Public Member Functions | |
| TSRun (const G4String &) | |
| virtual | ~TSRun () |
| virtual void | RecordEvent (const G4Event *) |
| G4THitsMap< G4double > * | GetHitsMap (const G4String &collname) const |
| G4TAtomicHitsMap< G4double > * | GetAtomicHitsMap (const G4String &) const |
| MutexHitsMap_t * | GetMutexHitsMap (const G4String &) const |
| void | ConstructMFD (const G4String &) |
| virtual void | Merge (const G4Run *) |
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 |
| typedef std::vector<G4atomic<G4double>*> TSRun::AtomicHitsSum_t |
| typedef std::map<G4int, G4double> TSRun::MutexHitsMap_t |
| TSRun::TSRun | ( | const G4String & | mfd_name | ) |
|
virtual |
Definition at line 93 of file TSRun.cc.


| G4TAtomicHitsMap< G4double > * TSRun::GetAtomicHitsMap | ( | const G4String & | collName | ) | const |
Definition at line 231 of file TSRun.cc.


| G4THitsMap< G4double > * TSRun::GetHitsMap | ( | const G4String & | collname | ) | const |
Definition at line 212 of file TSRun.cc.


| TSRun::MutexHitsMap_t * TSRun::GetMutexHitsMap | ( | const G4String & | collName | ) | const |
Definition at line 250 of file TSRun.cc.


Reimplemented from G4Run.
Definition at line 197 of file TSRun.cc.

Reimplemented from G4Run.
Definition at line 147 of file TSRun.cc.
