Go to the documentation of this file.
16 constexpr
float pmin = -32;
17 constexpr
float pmult = 1000;
18 constexpr
float pdiv = 1. / pmult;
19 constexpr
float rmin = -3.2;
20 constexpr
float rmult = 10000;
21 constexpr
float rdiv = 1. / rmult;
float residualY(int i) const
std::pair< unsigned int, unsigned int > unpack(cond::Time_t since)
unsigned short StorageType
void setPullXY(int idx, float pullX, float pullY)
float residualX(int i) const
get the residual of the ith hit
std::vector< StorageType > m_storage
static float unpack_pull(StorageType)
void setResidualXY(int idx, float residualX, float residualY)
static StorageType pack_pull(float)
static float unpack_residual(StorageType)
static StorageType pack_residual(float)