ATLAS Offline Software
L1CaloPprChanDefaults.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 L1CaloPprChanDefaults::L1CaloPprChanDefaults(unsigned int channelId, int bcidDecision1, int satOverride1, int bcidDecision2, int satOverride2, int bcidDecision3, int satOverride3, int peakFinderCond, int decisionSource, int bypassLutCp, int bypassLutJep, int inDataSample, int readOut80Active, int firCoeff1, int firCoeff2, int firCoeff3, int firCoeff4, int firCoeff5, int satHigh, int satLow, int startBit, int energyLevelHigh, int energyLevelLow, int satLevel, int saturationValue, int numBcRaw, int numBcBcid, int pedCorrEnable, int sat80High, int sat80Low)
8  : m_channelId(channelId)
9  , m_bcidDecision1(bcidDecision1)
10  , m_satOverride1(satOverride1)
11  , m_bcidDecision2(bcidDecision2)
12  , m_satOverride2(satOverride2)
13  , m_bcidDecision3(bcidDecision3)
14  , m_satOverride3(satOverride3)
15  , m_peakFinderCond(peakFinderCond)
16  , m_decisionSource(decisionSource)
17  , m_bypassLutCp(bypassLutCp)
18  , m_bypassLutJep(bypassLutJep)
19  , m_inDataSample(inDataSample)
20  , m_readOut80Active(readOut80Active)
21  , m_firCoeff1(firCoeff1)
22  , m_firCoeff2(firCoeff2)
23  , m_firCoeff3(firCoeff3)
24  , m_firCoeff4(firCoeff4)
25  , m_firCoeff5(firCoeff5)
26  , m_satHigh(satHigh)
27  , m_satLow(satLow)
28  , m_startBit(startBit)
29  , m_energyLevelHigh(energyLevelHigh)
30  , m_energyLevelLow(energyLevelLow)
31  , m_satLevel(satLevel)
32  , m_saturationValue(saturationValue)
33  , m_numBcRaw(numBcRaw)
34  , m_numBcBcid(numBcBcid)
35  , m_pedCorrEnable(pedCorrEnable)
36  , m_sat80High(sat80High)
37  , m_sat80Low(sat80Low)
38 {
39 }
CaloCondBlobAlgs_fillNoiseFromASCII.channelId
channelId
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:122
L1CaloPprChanDefaults.h
L1CaloPprChanDefaults::L1CaloPprChanDefaults
L1CaloPprChanDefaults()
Definition: L1CaloPprChanDefaults.h:19