DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Simple event description structure. Used in the default I/O mechanism. More...
#include <Geant4Data.h>
Public Types | |
typedef std::vector< long > | Seeds |
Public Member Functions | |
SimpleEvent () | |
Default constructor. More... | |
virtual | ~SimpleEvent () |
Default destructor. More... | |
Public Attributes | |
int | runID { -1 } |
Run identifiers. More... | |
int | eventID { -1 } |
Event identifier. More... | |
Seeds | seeds { } |
Random number generator seeds. More... | |
Simple event description structure. Used in the default I/O mechanism.
Example class to store the event related information.
Definition at line 70 of file Geant4Data.h.
typedef std::vector<long> dd4hep::sim::SimpleEvent::Seeds |
Definition at line 72 of file Geant4Data.h.
SimpleEvent::SimpleEvent | ( | ) |
Default constructor.
Definition at line 40 of file Geant4Data.cpp.
|
virtual |
Default destructor.
Definition at line 45 of file Geant4Data.cpp.
int dd4hep::sim::SimpleEvent::eventID { -1 } |
Event identifier.
Definition at line 76 of file Geant4Data.h.
int dd4hep::sim::SimpleEvent::runID { -1 } |
Run identifiers.
Definition at line 74 of file Geant4Data.h.
Seeds dd4hep::sim::SimpleEvent::seeds { } |
Random number generator seeds.
Definition at line 78 of file Geant4Data.h.