|
EDM4eic
EIC data model
|
#include <VertexData.h>
Public Attributes | |
| std::int32_t | type {} |
| Type flag, to identify what type of vertex it is (e.g. primary, secondary, generated, etc.) | |
| float | chi2 {} |
| Chi-squared of the vertex fit. | |
| int | ndf {} |
| NDF of the vertex fit. | |
| ::edm4hep::Vector4f | position {} |
| position [mm] + time t0 [ns] of the vertex. Time is 4th component in vector | |
| ::edm4eic::Cov4f | positionError {} |
| Covariance matrix of the position+time. Time is 4th component, similarly to 4vector. | |
| unsigned int | associatedParticles_begin {} |
| unsigned int | associatedParticles_end {} |
EIC vertex
| unsigned int edm4eic::VertexData::associatedParticles_begin {} |
| unsigned int edm4eic::VertexData::associatedParticles_end {} |
| float edm4eic::VertexData::chi2 {} |
Chi-squared of the vertex fit.
| int edm4eic::VertexData::ndf {} |
NDF of the vertex fit.
| ::edm4hep::Vector4f edm4eic::VertexData::position {} |
position [mm] + time t0 [ns] of the vertex. Time is 4th component in vector
| ::edm4eic::Cov4f edm4eic::VertexData::positionError {} |
Covariance matrix of the position+time. Time is 4th component, similarly to 4vector.
| std::int32_t edm4eic::VertexData::type {} |
Type flag, to identify what type of vertex it is (e.g. primary, secondary, generated, etc.)