#include <G4StepStatistics.h>
Public Member Functions | |
G4StepStatistics (const edm::ParameterSet &pSet) | |
void | update (const BeginOfEvent *) override |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const BeginOfJob *) override |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const BeginOfRun *) override |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const BeginOfTrack *) override |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const DDDWorld *) override |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const EndOfEvent *iRun) override |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const EndOfRun *) override |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const EndOfTrack *) override |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const G4Step *iStep) override |
This routine will be called when the appropriate signal arrives. More... | |
Public Member Functions inherited from SimWatcher | |
SimWatcher () | |
virtual | ~SimWatcher () |
Public Member Functions inherited from Observer< const DDDWorld * > | |
Observer () | |
void | slotForUpdate (const DDDWorld * iT) |
virtual | ~Observer () |
Public Member Functions inherited from Observer< const BeginOfJob * > | |
Observer () | |
void | slotForUpdate (const BeginOfJob * iT) |
virtual | ~Observer () |
Public Member Functions inherited from Observer< const BeginOfRun * > | |
Observer () | |
void | slotForUpdate (const BeginOfRun * iT) |
virtual | ~Observer () |
Public Member Functions inherited from Observer< const BeginOfEvent * > | |
Observer () | |
void | slotForUpdate (const BeginOfEvent * iT) |
virtual | ~Observer () |
Public Member Functions inherited from Observer< const BeginOfTrack * > | |
Observer () | |
void | slotForUpdate (const BeginOfTrack * iT) |
virtual | ~Observer () |
Public Member Functions inherited from Observer< const G4Step * > | |
Observer () | |
void | slotForUpdate (const G4Step * iT) |
virtual | ~Observer () |
Public Member Functions inherited from Observer< const EndOfRun * > | |
Observer () | |
void | slotForUpdate (const EndOfRun * iT) |
virtual | ~Observer () |
Public Member Functions inherited from Observer< const EndOfEvent * > | |
Observer () | |
void | slotForUpdate (const EndOfEvent * iT) |
virtual | ~Observer () |
Public Member Functions inherited from Observer< const EndOfTrack * > | |
Observer () | |
void | slotForUpdate (const EndOfTrack * iT) |
virtual | ~Observer () |
Private Attributes | |
unsigned int | Event |
edm::Service< TFileService > | fs |
std::map< const StepID, unsigned int * > | G4StatsMap |
Int_t | G4StepFreq [100000] |
TTree * | G4StepTree |
bool | m_verbose |
Int_t | PDGID [100000] |
TClonesArray * | Process |
TClonesArray * | Region |
Additional Inherited Members |
Definition at line 125 of file G4StepStatistics.h.
|
inline |
Definition at line 136 of file G4StepStatistics.h.
References fs, G4StepFreq, G4StepTree, TFileService::make(), PDGID, Process, and Region.
|
inlineoverridevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfEvent * >.
Definition at line 154 of file G4StepStatistics.h.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
inlineoverridevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfJob * >.
Definition at line 149 of file G4StepStatistics.h.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
inlineoverridevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfRun * >.
Definition at line 150 of file G4StepStatistics.h.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
inlineoverridevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfTrack * >.
Definition at line 155 of file G4StepStatistics.h.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
inlineoverridevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const DDDWorld * >.
Definition at line 148 of file G4StepStatistics.h.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
inlineoverridevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const EndOfEvent * >.
Definition at line 188 of file G4StepStatistics.h.
References gather_cfg::cout, G4StatsMap, G4StepFreq, G4StepTree, m_verbose, and PDGID.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
inlineoverridevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const EndOfRun * >.
Definition at line 182 of file G4StepStatistics.h.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
inlineoverridevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const EndOfTrack * >.
Definition at line 214 of file G4StepStatistics.h.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
inlineoverridevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const G4Step * >.
Definition at line 156 of file G4StepStatistics.h.
References gather_cfg::cout, G4StatsMap, StepID::GetParticlePDGID(), StepID::GetProcessName(), StepID::GetRegionName(), createfilelist::int, and m_verbose.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
private |
Definition at line 224 of file G4StepStatistics.h.
|
private |
Definition at line 222 of file G4StepStatistics.h.
Referenced by G4StepStatistics().
|
private |
Definition at line 221 of file G4StepStatistics.h.
Referenced by update().
|
private |
Definition at line 228 of file G4StepStatistics.h.
Referenced by G4StepStatistics(), and update().
|
private |
Definition at line 223 of file G4StepStatistics.h.
Referenced by G4StepStatistics(), and update().
|
private |
Definition at line 217 of file G4StepStatistics.h.
Referenced by update().
|
private |
Definition at line 225 of file G4StepStatistics.h.
Referenced by G4StepStatistics(), and update().
|
private |
Definition at line 227 of file G4StepStatistics.h.
Referenced by G4StepStatistics().
|
private |
Definition at line 226 of file G4StepStatistics.h.
Referenced by G4StepStatistics().