ATLAS Offline Software
Loading...
Searching...
No Matches
TrigNavigation/src/TriggerElement.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
7MsgStream& operator<< ( MsgStream& m, const HLT::TriggerElement::ObjectIndex& i ) {
8 m << "SubTypeIdx: " << i.subTypeIndex() << " begin: " << i.objectsBegin() << " end: " << i.objectsEnd();
9 return m;
10}
11
12MsgStream& operator<< ( MsgStream& m, const HLT::TriggerElement& te ) {
13 m << "TE id: " << te.getId() << " ac: " << te.getActiveState() << " err: " << te.getErrorState();
14 return m;
15}
MsgStream & operator<<(MsgStream &m, const HLT::TriggerElement::ObjectIndex &i)
Helper class for conversion from/to int stored in TE and pair of ints used in Navigation Object point...
TriggerElement is the basic ingreedient of the interface between HLT algorithms and the navigation It...
bool getActiveState() const
get state of the TriggerElement