6#include "GaudiKernel/MsgStream.h"
303template <
class stream>
306 sl <<
"TgcL1RawData " << data.typeName()
307 <<
", bcTag=" << data.bcTag()
308 <<
", l1Id=" << data.l1Id()
309 <<
", bcId=" << data.bcId()
310 <<
", subDetectorId=" << data.subDetectorId()
311 <<
", srodId=" << data.srodId();
315 sl <<
", strip=" << data.isStrip()
316 <<
", forward=" << data.isForward()
317 <<
", sector=" << data.sector()
318 <<
", chip=" << data.chip()
319 <<
", cand=" << data.index()
320 <<
", hipt=" << data.isHipt()
321 <<
", hitId=" << data.hitId()
322 <<
", hsub=" << data.hsub()
323 <<
", delta=" << data.delta()
324 <<
", inner=" << data.inner();
328 <<
", forward=" << data.isForward()
329 <<
", sector=" << data.sector()
330 <<
", sign=" << data.isMuplus()
331 <<
", threshold=" << data.threshold()
332 <<
", overlap=" << data.isOverlap()
333 <<
", veto=" << data.isVeto()
334 <<
", roi=" << data.roi();
344 return dump(sl, data);
349 return dump(sl, data);
void clear()
Empty the pool.
MsgStream & operator<<(MsgStream &sl, const TgcL1RawData &data)
Overload of << operator for MsgStream for debug output.
An unit object of TGC SROD output.
void clear(uint16_t bcTag, uint16_t subDetectorId, uint16_t srodId, uint16_t l1Id, uint16_t bcId)
uint16_t subDetectorId() const
void setType(uint16_t type)
std::string typeName() const
uint16_t threshold() const