| Geant4
    10.03.p03
    | 
#include <B02RunAction.hh>


| Public Member Functions | |
| B02RunAction () | |
| virtual | ~B02RunAction () | 
| 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 () | 
| virtual void | SetMaster (G4bool val=true) | 
| G4bool | IsMaster () const | 
| Additional Inherited Members | |
|  Protected Attributes inherited from G4UserRunAction | |
| G4bool | isMaster | 
Definition at line 49 of file B02RunAction.hh.
| B02RunAction::B02RunAction | ( | ) | 
Definition at line 52 of file B02RunAction.cc.
| 
 | virtual | 
Definition at line 65 of file B02RunAction.cc.
Reimplemented from G4UserRunAction.
Definition at line 82 of file B02RunAction.cc.

Reimplemented from G4UserRunAction.
Definition at line 89 of file B02RunAction.cc.

| std::string B02RunAction::FillString | ( | const std::string & | name, | 
| char | c, | ||
| G4int | n, | ||
| G4bool | back = true | ||
| ) | 
Definition at line 242 of file B02RunAction.cc.
Reimplemented from G4UserRunAction.
Definition at line 72 of file B02RunAction.cc.
| void B02RunAction::PrintHeader | ( | std::ostream * | out | ) |