ATLAS Offline Software
L1CaloPprChanCalib.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 L1CaloPprChanCalib::L1CaloPprChanCalib(unsigned int channelId, unsigned int errorCode, double pedMean, unsigned int pedValue, unsigned int pedFirSum, 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 lutCpStrategy, unsigned short lutCpOffset, unsigned short lutCpNoiseCut, unsigned short lutCpSlope, short lutCpPar1, short lutCpPar2, short lutCpPar3, short lutCpPar4, unsigned short lutCpScale, unsigned short lutJepStrategy, unsigned short lutJepOffset, unsigned short lutJepNoiseCut, unsigned short lutJepSlope, short lutJepPar1, short lutJepPar2, short lutJepPar3, short lutJepPar4, unsigned short lutJepScale)
8  : m_channelId(channelId)
9  ,m_errorCode(errorCode)
10  ,m_pedMean(pedMean)
11  ,m_pedValue(pedValue)
12  ,m_pedFirSum(pedFirSum)
13  ,m_extBcidThreshold(extBcidThreshold)
14  ,m_satBcidThreshLow(satBcidThreshLow)
15  ,m_satBcidThreshHigh(satBcidThreshHigh)
16  ,m_satBcidLevel(satBcidLevel)
17  ,m_bcidEnergyRangeLow(bcidEnergyRangeLow)
18  ,m_bcidEnergyRangeHigh(bcidEnergyRangeHigh)
19  ,m_firStartBit(firStartBit)
20  ,m_firCoeff1(firCoeff1)
21  ,m_firCoeff2(firCoeff2)
22  ,m_firCoeff3(firCoeff3)
23  ,m_firCoeff4(firCoeff4)
24  ,m_firCoeff5(firCoeff5)
25  ,m_lutCpStrategy(lutCpStrategy)
26  ,m_lutCpOffset(lutCpOffset)
27  ,m_lutCpNoiseCut(lutCpNoiseCut)
28  ,m_lutCpSlope(lutCpSlope)
29  ,m_lutCpPar1(lutCpPar1)
30  ,m_lutCpPar2(lutCpPar2)
31  ,m_lutCpPar3(lutCpPar3)
32  ,m_lutCpPar4(lutCpPar4)
33  ,m_lutCpScale(lutCpScale)
34  ,m_lutJepStrategy(lutJepStrategy)
35  ,m_lutJepOffset(lutJepOffset)
36  ,m_lutJepNoiseCut(lutJepNoiseCut)
37  ,m_lutJepSlope(lutJepSlope)
38  ,m_lutJepPar1(lutJepPar1)
39  ,m_lutJepPar2(lutJepPar2)
40  ,m_lutJepPar3(lutJepPar3)
41  ,m_lutJepPar4(lutJepPar4)
42  ,m_lutJepScale(lutJepScale)
43 {
44 }
L1CaloPprChanCalib::L1CaloPprChanCalib
L1CaloPprChanCalib()
Definition: L1CaloPprChanCalib.h:19
CaloCondBlobAlgs_fillNoiseFromASCII.channelId
channelId
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:122
L1CaloPprChanCalib.h