15#ifndef ALICEO2_CALIBINFOTOF_H
16#define ALICEO2_CALIBINFOTOF_H
27 CalibInfoTOF(
int indexTOFCh,
int timestamp,
float DeltaTimePi,
float tot,
int mask,
int flags = 0) : mTOFChIndex(indexTOFCh), mTimestamp(timestamp), mDeltaTimePi(DeltaTimePi), mTot(tot), mMask(
mask), mFlags(
flags){};
40 void setTot(
float tot) { mTot = tot; }
41 float getTot()
const {
return mTot; }
44 unsigned char getFlags()
const {
return mFlags; }
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...