#include <cassert>
#include <iostream>
#include <sstream>
#include <set>
#include "TrigMonitoringEvent/TrigMonTE.h"
#include "AthenaKernel/errorcheck.h"
Go to the source code of this file.
◆ Equal()
Definition at line 152 of file TrigMonTE.cxx.
153{
154
155
156
157
158
160
161
163
164
166
167 const std::set<uint8_t> lhs_set(lhs.
getRoiId().begin(), lhs.
getRoiId().end());
168 const std::set<uint8_t> rhs_set(rhs.
getRoiId().begin(), rhs.
getRoiId().end());
169
170 return lhs_set == rhs_set;
171}
const std::vector< uint8_t > & getRoiId() const
◆ str()
Definition at line 124 of file TrigMonTE.cxx.
125{
127
128 s <<
"TrigMonTE id=" << o.
getId() <<
" status=";
135
136 s << std::endl <<
" children " << o.
getChildIndex().size() <<
": ";
139
143
144 s << std::endl <<
" features " << o.
getClid().size() <<
": ";
147
149}
const std::vector< uint16_t > & getParentIndex() const
uint16_t getIndex() const
const std::vector< uint32_t > & getClid() const
const std::vector< uint16_t > & getChildIndex() const