ATLAS Offline Software
Loading...
Searching...
No Matches
L1CaloPedestal.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
13
14L1CaloPedestal::L1CaloPedestal(unsigned int channelId, const L1CaloPedestalCumul& pedestalCumul ) {
16 m_Ped_Mean = pedestalCumul.get_mean();
17 m_Ped_RMS = pedestalCumul.get_rms();
18}
Intermediate Class to store pedestal data from the L1CaloPedestalMaker algorithm.
unsigned int channelId() const
unsigned int m_channelId