|
ATLAS Offline Software
|
Go to the documentation of this file.
16 pers->
m_noisy_febs.push_back (hwid.get_identifier32().get_compact());
24 pers->
m_noisy_preamps.emplace_back (
p.first.get_identifier32().get_compact(),
35 for (
size_t i = 0;
i < sfebs;
i++)
42 for (
size_t i = 0;
i < spas;
i++)
45 for (
size_t j = 0; j < schan; j++ )
const std::vector< std::pair< HWIdentifier, std::vector< int > > > & get_noisy_preamps() const
virtual void persToTrans(const LArNoisyROSummary_p1 *pers, LArNoisyROSummary *trans, MsgStream &log) const override
std::vector< unsigned int > m_noisy_febs
const std::vector< HWIdentifier > & get_noisy_febs() const
virtual void transToPers(const LArNoisyROSummary *trans, LArNoisyROSummary_p1 *pers, MsgStream &log) const override
void add_noisy_preamp(HWIdentifier febid, int channel)
std::vector< std::pair< unsigned int, std::vector< int > > > m_noisy_preamps
void add_noisy_feb(HWIdentifier febid)
Summary information for noisy LAr preamp / FEBs.