ATLAS Offline Software
Loading...
Searching...
No Matches
HLTIdentifier.cxx File Reference
Include dependency graph for HLTIdentifier.cxx:

Go to the source code of this file.

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}