17 : m_crate( crate ), m_overflow( overflow ),
31 : m_crate( crate ), m_overflow( overflow ),
36 for (std::vector<JetTopoTOB>::const_iterator
it =
tobs.begin();
it !=
tobs.end(); ++
it) {
52 for (std::vector<uint32_t>::const_iterator
it = roiWords.begin();
it != roiWords.end(); ++
it) {
61 : m_crate( crate ), m_overflow( false ),
69 : m_crate( 0 ), m_overflow ( false ),
130 std::vector< uint32_t >::const_iterator
it =
m_tobWords.begin();
139 const size_t max_jem_index = 15;
140 std::vector<uint32_t> counters_tob_per_jem(max_jem_index, 0);
143 const size_t iJem = tob.
jem();
144 counters_tob_per_jem[iJem] += 1;
147 std::any_of(counters_tob_per_jem.begin(),
148 counters_tob_per_jem.end(),
149 [](
const uint32_t &
c) { return (c >= s_maxTOBsPerJem); }));