EICd
EIC data model
|
#include <VertexData.h>
Public Attributes | |
::eic::Index | ID {} |
unique vertex ID More... | |
::eic::VectorXYZ | position {} |
postion of vertex [mm] More... | |
float | time {} |
time of vertex [ns] More... | |
float | chi2 {} |
Chi squared of the vertex fit. More... | |
float | probability {} |
Probability of the vertex fit. More... | |
bool | primary {} |
Whether it is the primary vertex of the event. More... | |
EIC vertex
float eic::VertexData::chi2 {} |
Chi squared of the vertex fit.
::eic::Index eic::VertexData::ID {} |
unique vertex ID
::eic::VectorXYZ eic::VertexData::position {} |
postion of vertex [mm]
bool eic::VertexData::primary {} |
Whether it is the primary vertex of the event.
float eic::VertexData::probability {} |
Probability of the vertex fit.
float eic::VertexData::time {} |
time of vertex [ns]