ATLAS Offline Software
Loading...
Searching...
No Matches
HLTIdentifier.h File Reference
#include <string>
#include <vector>
#include <set>
#include "AsgMessaging/MsgStream.h"
#include "xAODTrigger/TrigCompositeContainer.h"
Include dependency graph for TrigCompositeUtils/TrigCompositeUtils/HLTIdentifier.h:

Go to the source code of this file.

Classes

class  HLT::Identifier

Namespaces

namespace  HLT
 It used to be useful piece of code for replacing actual SG with other store of similar functionality In fact it used to be more like interface adapter for ARA objects access, nevertheless since the ARA project is gone it is only an unnecessary extra layer.

Typedefs

typedef std::vector< HLT::IdentifierHLT::IDVec
typedef std::set< HLT::IdentifierHLT::IDSet

Functions

MsgStream & operator<< (MsgStream &m, const HLT::Identifier &id)

Function Documentation

◆ operator<<()

MsgStream & operator<< ( MsgStream & m,
const HLT::Identifier & id )

Definition at line 16 of file HLTIdentifier.cxx.

16 {
17 m << id.name() << " ID#" << id.numeric();
18 return m;
19}