| 
    Geant4
    10.00.p01
    
   | 
 
#include <B1Run.hh>
 Inheritance diagram for B1Run:
 Collaboration diagram for B1Run:Public Member Functions | |
| B1Run () | |
| virtual | ~B1Run () | 
| virtual void | Merge (const G4Run *) | 
| void | AddEdep (G4double edep) | 
| G4double | GetEdep () const | 
| G4double | GetEdep2 () const | 
| B1Run () | |
| virtual | ~B1Run () | 
| virtual void | Merge (const G4Run *) | 
| virtual void | AddEdep (G4double edep) | 
| G4double | GetEdep () const | 
| G4double | GetEdep2 () const | 
  Public Member Functions inherited from G4Run | |
| G4Run () | |
| virtual | ~G4Run () | 
| virtual void | RecordEvent (const G4Event *) | 
| 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 | |
| G4double | fEdep | 
| G4double | fEdep2 | 
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 | 
| B1Run::B1Run | ( | ) | 
      
  | 
  virtual | 
| void B1Run::AddEdep | ( | G4double | edep | ) | 
Definition at line 59 of file B1Run.cc.
Referenced by B1ConRun::AddEdep(), and B1EventAction::EndOfEventAction().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 54 of file B1Run.hh.
References fEdep.
Referenced by B1RunAction::EndOfRunAction(), and B1ConRunAction::EndOfRunAction().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 55 of file B1Run.hh.
References fEdep2.
Referenced by B1RunAction::EndOfRunAction(), and B1ConRunAction::EndOfRunAction().
 Here is the caller graph for this function:
      
  | 
  inline | 
      
  | 
  virtual | 
Reimplemented from G4Run.
Reimplemented in B1ConRun.
Definition at line 48 of file B1Run.cc.
References fEdep, fEdep2, and G4Run::Merge().
Referenced by B1ConRun::Merge().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  virtual | 
      
  | 
  private | 
      
  | 
  private | 
Definition at line 59 of file B1Run.hh.
Referenced by AddEdep(), GetEdep2(), and Merge().