|
G4OCCT 0.1.0
Geant4 interface to Open CASCADE Technology (OCCT) geometry definitions
|
#include <RunAction.hh>
Public Member Functions | |
| RunAction () | |
| ~RunAction () override=default | |
| void | BeginOfRunAction (const G4Run *) override |
| void | EndOfRunAction (const G4Run *) override |
Run action class
It accumulates statistic and computes dispersion of the energy deposit and track lengths of charged particles with use of analysis tools: H1D histograms are created in BeginOfRunAction() for the following physics quantities:
In EndOfRunAction(), the accumulated statistic and computed dispersion is printed.
Definition at line 55 of file RunAction.hh.
| RunAction::RunAction | ( | ) |
Definition at line 58 of file RunAction.cc.
|
overridedefault |
|
override |
Definition at line 95 of file RunAction.cc.
References CALLGRIND_START_INSTRUMENTATION, and CALLGRIND_TOGGLE_COLLECT.
|
override |
Definition at line 117 of file RunAction.cc.
References CALLGRIND_STOP_INSTRUMENTATION, and CALLGRIND_TOGGLE_COLLECT.