ATLAS Offline Software
L1CaloPprChanCalibV1.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
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)
8  : m_channelId(channelId)
9  , m_errorCode(errorCode)
10  , m_pedMean(pedMean)
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)
28 {
29 }
L1CaloPprChanCalibV1::L1CaloPprChanCalibV1
L1CaloPprChanCalibV1()
Definition: L1CaloPprChanCalibV1.h:19
CaloCondBlobAlgs_fillNoiseFromASCII.channelId
channelId
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:122
L1CaloPprChanCalibV1.h