15#ifndef ALICEO2_MATCHINFOTOF_H
16#define ALICEO2_MATCHINFOTOF_H
31 MatchInfoTOF(
int idLocal,
int idxTOFCl,
double time,
float chi2,
o2::track::TrackLTIntegral trkIntLT,
GTrackID idxTrack,
float dt = 0,
float z = 0,
float dx = 0,
float dz = 0,
float dy = 0,
float geanttime = 0.0,
double t0 = 0.0) : mIdLocal(idLocal), mIdxTOFCl(idxTOFCl), mSignal(
time), mChi2(chi2), mIntLT(trkIntLT), mIdxTrack(idxTrack), mDeltaT(dt), mZatTOF(
z), mDXatTOF(dx), mDZatTOF(dz), mDYatTOF(dy), mTgeant(geanttime), mT0true(
t0){};
41 void setChi2(
float chi2) { mChi2 = chi2; }
69 float getVz()
const {
return mVz; }
100 double mSignal = 0.0;
104 bool mHitUpDown =
false;
105 bool mHitLeftRight =
false;
107 double mT0true = 0.0;
Class to store event ID and index in the event for objects like track, cluster...
Global index for barrel track: provides provenance (detectors combination), index in respective array...
Track Length and TOF integral.
GLuint GLfloat GLfloat GLfloat GLfloat GLfloat GLfloat GLfloat t0
GLdouble GLdouble GLdouble z
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...