DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Simple run description structure. Used in the default I/O mechanism. More...
#include <Geant4Data.h>
Public Member Functions | |
SimpleRun () | |
Default constructor. More... | |
virtual | ~SimpleRun () |
Default destructor. More... | |
Public Attributes | |
int | runID { -1 } |
Run identifiers. More... | |
int | numEvents { 0 } |
Number of events in this run. More... | |
Simple run description structure. Used in the default I/O mechanism.
Example class to store the run related information.
Definition at line 50 of file Geant4Data.h.
SimpleRun::SimpleRun | ( | ) |
Default constructor.
Definition at line 30 of file Geant4Data.cpp.
|
virtual |
Default destructor.
Definition at line 35 of file Geant4Data.cpp.
int dd4hep::sim::SimpleRun::numEvents { 0 } |
Number of events in this run.
Definition at line 55 of file Geant4Data.h.
int dd4hep::sim::SimpleRun::runID { -1 } |
Run identifiers.
Definition at line 53 of file Geant4Data.h.