|
Geant4
10.01.p01
|
#include <DicomRunAction.hh>
Inheritance diagram for DicomRunAction:
Collaboration diagram for DicomRunAction:Public Member Functions | |
| DicomRunAction () | |
| Constructor. More... | |
| virtual | ~DicomRunAction () |
| Destructor. More... | |
| virtual G4Run * | GenerateRun () |
| virtual void | BeginOfRunAction (const G4Run *) |
| virtual void | EndOfRunAction (const G4Run *) |
| DicomRun * | GetDicomRun () const |
| 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 |
Static Public Member Functions | |
| static DicomRunAction * | Instance () |
Private Attributes | |
| DicomRun * | dcmrun |
| std::vector< G4String > | fSDName |
| G4int | fFieldValue |
Static Private Attributes | |
| static DicomRunAction * | fgInstance = 0 |
Additional Inherited Members | |
Protected Attributes inherited from G4UserRunAction | |
| G4bool | isMaster |
Definition at line 42 of file DicomRunAction.hh.
| DicomRunAction::DicomRunAction | ( | ) |
|
virtual |
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 83 of file DicomRunAction.cc.
References G4cout, G4endl, G4Run::GetRunID(), G4RunManager::GetRunManager(), and G4RunManager::SetRandomNumberStore().
Here is the call graph for this function:
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 91 of file DicomRunAction.cc.
References fSDName, G4cout, G4endl, G4Exception(), DicomRun::GetHitsMap(), G4THitsMap< T >::GetMap(), G4Run::GetNumberOfEvent(), G4Run::GetRunID(), gray, G4UserRunAction::IsMaster(), JustWarning, and PrintHeader().
Here is the call graph for this function:| std::string DicomRunAction::FillString | ( | const std::string & | name, |
| char | c, | ||
| G4int | n, | ||
| G4bool | back = true |
||
| ) |
Definition at line 227 of file DicomRunAction.cc.
References name.
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 73 of file DicomRunAction.cc.
|
inline |
Definition at line 57 of file DicomRunAction.hh.
References dcmrun.
|
static |
Definition at line 51 of file DicomRunAction.cc.
References fgInstance.
| void DicomRunAction::PrintHeader | ( | std::ostream * | out | ) |
Definition at line 205 of file DicomRunAction.cc.
References fFieldValue, and G4endl.
Referenced by EndOfRunAction().
Here is the caller graph for this function:
|
private |
Definition at line 65 of file DicomRunAction.hh.
Referenced by GenerateRun(), and GetDicomRun().
|
private |
Definition at line 70 of file DicomRunAction.hh.
Referenced by PrintHeader().
|
staticprivate |
Definition at line 64 of file DicomRunAction.hh.
Referenced by DicomRunAction(), Instance(), and ~DicomRunAction().
|
private |
Definition at line 69 of file DicomRunAction.hh.
Referenced by DicomRunAction(), EndOfRunAction(), GenerateRun(), and ~DicomRunAction().