ATLAS Offline Software
Loading...
Searching...
No Matches
Combination.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Trig::Combination
 is a connector between chains and object It store single combination of trigger elements. More...
struct  std::hash< Trig::Combination >
 Hash function to support associative containers. More...

Namespaces

namespace  Trig
 The common trigger namespace for trigger analysis tools.
namespace  std
 STL namespace.

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)