ATLAS Offline Software
Loading...
Searching...
No Matches
Combination.cxx File Reference
Include dependency graph for Trigger/TrigAnalysis/TrigDecisionTool/Root/Combination.cxx:

Go to the source code of this file.

Functions

MsgStream & operator<< (MsgStream &m, const Trig::Combination &c)

Function Documentation

◆ operator<<()

MsgStream & operator<< ( MsgStream & m,
const Trig::Combination & c )

Definition at line 50 of file Trigger/TrigAnalysis/TrigDecisionTool/Root/Combination.cxx.

50 {
51 m << "TEs: " << c.size();
52 for ( std::vector<const HLT::TriggerElement*>::const_iterator i = c.tes().begin();
53 i != c.tes().end(); ++i ) {
54 m << " " << Trig::getTEName(**i);
55 }
56 return m;
57}
std::string getTEName(const HLT::TriggerElement &te)
converts TEid to TE name (this may not always work, it depends on the availability of config)