| 
    Geant4
    10.02.p03
    
   | 
 
#include <B03Run.hh>
Public Member Functions | |
| B03Run (const std::vector< G4String > mfdName) | |
| virtual | ~B03Run () | 
| virtual void | RecordEvent (const G4Event *) | 
| G4int | GetNumberOfHitsMap () const | 
| G4THitsMap< G4double > * | GetHitsMap (G4int i) | 
| G4THitsMap< G4double > * | GetHitsMap (const G4String &detName, const G4String &colName) | 
| G4THitsMap< G4double > * | GetHitsMap (const G4String &fullName) | 
| void | DumpAllScorer () | 
| 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 | 
Private Attributes | |
| std::vector< G4String > | fCollName | 
| std::vector< G4int > | fCollID | 
| std::vector< G4THitsMap< G4double > * > | fRunMap | 
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 | 
| B03Run::B03Run | ( | const std::vector< G4String > | mfdName | ) | 
Definition at line 70 of file B03Run.cc.
| void B03Run::DumpAllScorer | ( | ) | 
      
  | 
  inline | 
| G4THitsMap< G4double > * B03Run::GetHitsMap | ( | const G4String & | detName, | 
| const G4String & | colName | ||
| ) | 
| G4THitsMap< G4double > * B03Run::GetHitsMap | ( | const G4String & | fullName | ) | 
      
  | 
  inline | 
      
  | 
  virtual | 
Reimplemented from G4Run.
Definition at line 222 of file B03Run.cc.
      
  | 
  virtual | 
      
  | 
  private |