| 
    Geant4
    10.01
    
   | 
 
#include <B03RunAction.hh>
 Inheritance diagram for B03RunAction:
 Collaboration diagram for B03RunAction:Public Member Functions | |
| B03RunAction () | |
| virtual | ~B03RunAction () | 
| virtual G4Run * | GenerateRun () | 
| virtual void | BeginOfRunAction (const G4Run *) | 
| virtual void | EndOfRunAction (const G4Run *) | 
| void | PrintHeader (std::ostream *out) | 
| std::string | FillString (const std::string &name, char c, G4int n, G4bool back=true) | 
  Public Member Functions inherited from G4UserRunAction | |
| G4UserRunAction () | |
| virtual | ~G4UserRunAction () | 
| void | SetMaster (G4bool val=true) | 
| G4bool | IsMaster () const | 
Private Attributes | |
| std::vector< G4String > | fSDName | 
| G4int | fFieldValue | 
Additional Inherited Members | |
  Protected Attributes inherited from G4UserRunAction | |
| G4bool | isMaster | 
Definition at line 49 of file B03RunAction.hh.
| B03RunAction::B03RunAction | ( | ) | 
Definition at line 52 of file B03RunAction.cc.
References fSDName.
      
  | 
  virtual | 
Definition at line 65 of file B03RunAction.cc.
References fSDName.
      
  | 
  virtual | 
Reimplemented from G4UserRunAction.
Definition at line 82 of file B03RunAction.cc.
References G4cout, G4endl, and G4Run::GetRunID().
 Here is the call graph for this function:
      
  | 
  virtual | 
Reimplemented from G4UserRunAction.
Definition at line 89 of file B03RunAction.cc.
References fFieldValue, fSDName, G4cout, G4endl, B03ImportanceDetectorConstruction::GetCellName(), B03Run::GetHitsMap(), G4Run::GetNumberOfEvent(), G4RunManager::GetRunManager(), G4RunManager::GetUserDetectorConstruction(), G4UserRunAction::IsMaster(), iz, PrintHeader(), and SL.
 Here is the call graph for this function:| std::string B03RunAction::FillString | ( | const std::string & | name, | 
| char | c, | ||
| G4int | n, | ||
| G4bool | back = true  | 
        ||
| ) | 
Definition at line 250 of file B03RunAction.cc.
References name.
      
  | 
  virtual | 
Reimplemented from G4UserRunAction.
Definition at line 72 of file B03RunAction.cc.
References fSDName.
| void B03RunAction::PrintHeader | ( | std::ostream * | out | ) | 
Definition at line 215 of file B03RunAction.cc.
References fFieldValue, and G4endl.
Referenced by EndOfRunAction().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 72 of file B03RunAction.hh.
Referenced by EndOfRunAction(), and PrintHeader().
      
  | 
  private | 
Definition at line 70 of file B03RunAction.hh.
Referenced by B03RunAction(), EndOfRunAction(), GenerateRun(), and ~B03RunAction().