ATLAS Offline Software
Loading...
Searching...
No Matches
L1CaloPprChanDefaultsV1.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
7L1CaloPprChanDefaultsV1::L1CaloPprChanDefaultsV1(unsigned int channelId, unsigned int BcidDecision1, unsigned int SatOverride1, unsigned int BcidDecision2, unsigned int SatOverride2, unsigned int BcidDecision3, unsigned int SatOverride3, unsigned int PeakFinderCond, unsigned int DecisionSource)
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{
18}