15#include <fairlogger/Logger.h>
23CalibParams::CalibParams(
short )
31 const short MAXX = 128,
34 LOG(error) <<
"no input histogam";
38 if (
h->GetNbinsX() != MAXX ||
h->GetNbinsY() != MAXZ) {
39 LOG(error) <<
"Wrong dimentions of input histogram:" <<
h->GetNbinsX() <<
"," <<
h->GetNbinsY() <<
" instead of " << MAXX <<
"," << MAXZ;
43 short relid[3] = {module, 0, 0};
45 for (
short ix = 1; ix <= MAXX; ix++) {
47 for (
short iz = 1; iz <= MAXZ; iz++) {
51 mGainCalib[absId] =
h->GetBinContent(ix, iz);
Class for time synchronization of RawReader instances.
void setGain(unsigned short cellID, float c)
Set High Gain energy calibration coefficient.
static bool relToAbsNumbering(const short *relId, unsigned short &absId)
LOG(info)<< "Compressed in "<< sw.CpuTime()<< " s"