26Cluster::Cluster(std::int16_t sensid,
float x,
float y,
float z,
float sy2,
float sz2,
float syz,
double timeRaw,
double time,
float tot,
int L0L1Latency,
int deltaBC,
float geanttime,
double t0) :
o2::
BaseCluster<float>(sensid,
x,
y,
z, sy2, sz2, syz), mTimeRaw(timeRaw), mTime(
time), mTot(tot), mL0L1Latency(L0L1Latency), mDeltaBC(deltaBC), mTgeant(geanttime), mT0true(
t0)