ATLAS Offline Software
Classes | Namespaces | Typedefs | Functions
TrigCompositeUtils/TrigCompositeUtils/HLTIdentifier.h File Reference
#include <string>
#include <vector>
#include <set>
#include <map>
#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

 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
 
typedef std::map< HLT::Identifier, IDVec > HLT::IDtoIDVecMap
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 21 of file HLTIdentifier.cxx.

21  {
22  if ( Identifier::reportStringIDs() ) {
23  m << id.name() << " ID#" << id.numeric();
24  } else {
25  m << "ID#" << id.numeric();
26  }
27  return m;
28 }
python.SystemOfUnits.m
int m
Definition: SystemOfUnits.py:91