1 #ifndef TRACKBASEHISTORIC_TRACKSTATEINFOV1_H
2 #define TRACKBASEHISTORIC_TRACKSTATEINFOV1_H
34 void identify(std::ostream&
os = std::cout)
const override
36 os <<
"TrackStateInfo_v1 class" << std::endl;
89 float m_Momentum[3] = {std::numeric_limits<float>::quiet_NaN()};
90 float m_Position[3] = {std::numeric_limits<float>::quiet_NaN()};
91 float m_Covariance[21] = {std::numeric_limits<float>::quiet_NaN()};