7 L1CaloPprChanCalibV1::L1CaloPprChanCalibV1(
unsigned int channelId,
unsigned int errorCode,
double pedMean,
unsigned int pedValue,
unsigned short extBcidThreshold,
unsigned short satBcidThreshLow,
unsigned short satBcidThreshHigh,
unsigned short satBcidLevel,
unsigned short bcidEnergyRangeLow,
unsigned short bcidEnergyRangeHigh,
unsigned short firStartBit,
short firCoeff1,
short firCoeff2,
short firCoeff3,
short firCoeff4,
short firCoeff5,
unsigned short lutStrategy,
unsigned short lutOffset,
unsigned short lutNoiseCut,
unsigned short lutSlope)
9 , m_errorCode(errorCode)
11 , m_pedValue(pedValue)
12 , m_extBcidThreshold(extBcidThreshold)
13 , m_satBcidThreshLow(satBcidThreshLow)
14 , m_satBcidThreshHigh(satBcidThreshHigh)
15 , m_satBcidLevel(satBcidLevel)
16 , m_bcidEnergyRangeLow(bcidEnergyRangeLow)
17 , m_bcidEnergyRangeHigh(bcidEnergyRangeHigh)
18 , m_firStartBit(firStartBit)
19 , m_firCoeff1(firCoeff1)
20 , m_firCoeff2(firCoeff2)
21 , m_firCoeff3(firCoeff3)
22 , m_firCoeff4(firCoeff4)
23 , m_firCoeff5(firCoeff5)
24 , m_lutStrategy(lutStrategy)
25 , m_lutOffset(lutOffset)
26 , m_lutNoiseCut(lutNoiseCut)
27 , m_lutSlope(lutSlope)