15#ifndef ALICEO2_TOF_COSMICINFO_H
16#define ALICEO2_TOF_COSMICINFO_H
40 int getCH1()
const {
return mChan1; }
41 int getCH2()
const {
return mChan2; }
45 float getL()
const {
return mL; }
46 float getT1()
const {
return mT1; }
47 float getT2()
const {
return mT2; }
58 CosmicInfo(
int ch1 = 0,
int ch2 = 0,
float dt = 0,
float tot1 = 0,
float tot2 = 0,
float l = 0,
float tm1 = 0,
float tm2 = 0) : mChan1(ch1), mChan2(ch2), mDtime(dt), mTot1(tot1), mTot2(tot2), mL(l), mT1(tm1), mT2(tm2) {}
73 int getCH()
const {
return mCh; }
74 float getT()
const {
return mT; }
75 float getX()
const {
return mX; }
76 float getY()
const {
return mY; }
77 float getZ()
const {
return mZ; }
78 short getTOT()
const {
return mTot; }
81 CalibInfoTrackCl(
int ch,
float x,
float y,
float z,
float t,
short tot) : mCh(ch), mX(
x), mY(
y), mZ(
z), mT(t), mTot(tot) {}
ClassDefNV(CalibInfoTrackCl, 1)
CalibInfoTrackCl()=default
CalibInfoTrackCl(int ch, float x, float y, float z, float t, short tot)
float getDeltaTime() const
CosmicInfo(int ch1=0, int ch2=0, float dt=0, float tot1=0, float tot2=0, float l=0, float tm1=0, float tm2=0)
ClassDefNV(CosmicInfo, 2)
void setDeltaTime(float val)
GLdouble GLdouble GLdouble z
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...