![]() |
Project
|
#include <VisualisationEvent.h>
Public Attributes | |
int | eventNumber |
o2::header::DataHeader::RunNumberType | runNumber |
double | energy |
int | multiplicity |
std::string | collidingSystem |
time_t | collisionTime |
constructor parametrisation (Value Object) for VisualisationEvent class
Simplifies passing parameters to constructor of VisualisationEvent by providing their names
Definition at line 62 of file VisualisationEvent.h.
std::string o2::event_visualisation::VisualisationEvent::VisualisationEventVO::collidingSystem |
Definition at line 67 of file VisualisationEvent.h.
time_t o2::event_visualisation::VisualisationEvent::VisualisationEventVO::collisionTime |
Definition at line 68 of file VisualisationEvent.h.
double o2::event_visualisation::VisualisationEvent::VisualisationEventVO::energy |
Definition at line 65 of file VisualisationEvent.h.
int o2::event_visualisation::VisualisationEvent::VisualisationEventVO::eventNumber |
Definition at line 63 of file VisualisationEvent.h.
int o2::event_visualisation::VisualisationEvent::VisualisationEventVO::multiplicity |
Definition at line 66 of file VisualisationEvent.h.
o2::header::DataHeader::RunNumberType o2::event_visualisation::VisualisationEvent::VisualisationEventVO::runNumber |
Definition at line 64 of file VisualisationEvent.h.