|
Geant4
10.00.p03
|
#include <DMXRunAction.hh>
Inheritance diagram for DMXRunAction:
Collaboration diagram for DMXRunAction:Public Member Functions | |
| DMXRunAction () | |
| ~DMXRunAction () | |
| void | BeginOfRunAction (const G4Run *) |
| void | EndOfRunAction (const G4Run *) |
| void | SetsavehitsFile (G4String val) |
| void | SetsavepmtFile (G4String val) |
| void | SetsavehistFile (G4String val) |
| void | Finish () |
| G4String | GetsavehitsFile () |
| G4String | GetsavepmtFile () |
Public Member Functions inherited from G4UserRunAction | |
| G4UserRunAction () | |
| virtual | ~G4UserRunAction () |
| virtual G4Run * | GenerateRun () |
| void | SetMaster (G4bool val=true) |
| G4bool | IsMaster () const |
Private Member Functions | |
| void | Book () |
Private Attributes | |
| G4String | savehitsFile |
| G4String | savepmtFile |
| G4String | savehistFile |
| DMXRunActionMessenger * | runMessenger |
Additional Inherited Members | |
Protected Attributes inherited from G4UserRunAction | |
| G4bool | isMaster |
Definition at line 54 of file DMXRunAction.hh.
| DMXRunAction::DMXRunAction | ( | ) |
Definition at line 58 of file DMXRunAction.cc.
References runMessenger, savehistFile, savehitsFile, and savepmtFile.
| DMXRunAction::~DMXRunAction | ( | ) |
Definition at line 68 of file DMXRunAction.cc.
References runMessenger.
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 77 of file DMXRunAction.cc.
References Book(), G4cout, G4endl, and G4Run::GetRunID().
Here is the call graph for this function:
|
private |
Definition at line 94 of file DMXRunAction.cc.
References G4VAnalysisManager::CreateH1(), G4VAnalysisManager::CreateH2(), G4VAnalysisManager::CreateNtuple(), G4VAnalysisManager::CreateNtupleDColumn(), G4VAnalysisManager::FinishNtuple(), G4VAnalysisManager::OpenFile(), savehistFile, G4VAnalysisManager::SetFirstHistoId(), and G4VAnalysisManager::SetFirstNtupleId().
Referenced by BeginOfRunAction().
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 89 of file DMXRunAction.cc.
| void DMXRunAction::Finish | ( | ) |
Definition at line 168 of file DMXRunAction.cc.
References G4VAnalysisManager::CloseFile(), and G4VAnalysisManager::Write().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 70 of file DMXRunAction.hh.
References savehitsFile.
Referenced by DMXEventAction::writeScintHitsToFile().
Here is the caller graph for this function:
|
inline |
Definition at line 71 of file DMXRunAction.hh.
References savepmtFile.
Referenced by DMXEventAction::writePmtHitsToFile().
Here is the caller graph for this function:
|
inline |
Definition at line 67 of file DMXRunAction.hh.
References savehistFile.
Referenced by DMXRunActionMessenger::SetNewValue().
Here is the caller graph for this function:
|
inline |
Definition at line 65 of file DMXRunAction.hh.
References savehitsFile.
Referenced by DMXRunActionMessenger::SetNewValue().
Here is the caller graph for this function:
|
inline |
Definition at line 66 of file DMXRunAction.hh.
References savepmtFile.
Referenced by DMXRunActionMessenger::SetNewValue().
Here is the caller graph for this function:
|
private |
Definition at line 81 of file DMXRunAction.hh.
Referenced by DMXRunAction(), and ~DMXRunAction().
|
private |
Definition at line 79 of file DMXRunAction.hh.
Referenced by Book(), DMXRunAction(), and SetsavehistFile().
|
private |
Definition at line 77 of file DMXRunAction.hh.
Referenced by DMXRunAction(), GetsavehitsFile(), and SetsavehitsFile().
|
private |
Definition at line 78 of file DMXRunAction.hh.
Referenced by DMXRunAction(), GetsavepmtFile(), and SetsavepmtFile().