19#ifndef CPV_CALIBPARAMS_H
20#define CPV_CALIBPARAMS_H
49 float getGain(
unsigned short cellID)
const {
return mGainCalib[cellID]; }
57 mGainCalib[cellID] =
c;
68 static constexpr short NCHANNELS = 23040;
69 std::array<float, NCHANNELS> mGainCalib;
Class for time synchronization of RawReader instances.
~CalibParams()=default
Destructor.
void setGain(unsigned short cellID, float c)
Set High Gain energy calibration coefficient.
float getGain(unsigned short cellID) const
Get High Gain energy calibration coefficients.
CalibParams()=default
Constructor.
static constexpr short kNCHANNELS
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
FIXME: do not use data model tables.