12#ifndef O2_TRD_CHAMBERCALIBRATIONS_H
13#define O2_TRD_CHAMBERCALIBRATIONS_H
53 std::array<float, constants::MAXCHAMBER> mVDrift{};
54 std::array<float, constants::MAXCHAMBER> mGainFactor{};
55 std::array<float, constants::MAXCHAMBER> mT0{};
56 std::array<float, constants::MAXCHAMBER> mExB{};
~ChamberCalibrations()=default
void setT0(int roc, float t0)
void setGainFactor(int roc, float gainfactor)
void setT0(int p, int c, int s, float t0)
float getGainFactor(int p, int c, int s) const
void setExB(int p, int c, int s, float exb)
float getExB(int p, int c, int s) const
ChamberCalibrations()=default
float getVDrift(int roc) const
void setVDrift(int p, int c, int s, float vdrift)
void setVDrift(int roc, float vdrift)
void setGainFactor(int p, int c, int s, float gainfactor)
void setExB(int roc, float exb)
float getGainFactor(int roc) const
float getT0(int p, int c, int s) const
float getExB(int roc) const
float getVDrift(int p, int c, int s) const
float getT0(int roc) const
GLuint GLfloat GLfloat GLfloat GLfloat GLfloat GLfloat GLfloat t0
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
static int getDetector(int sector, int stack, int layer)