ATLAS Offline Software
Functions
InDetRawData.cxx File Reference
#include "InDetRawData/InDetRawData.h"
#include "GaudiKernel/MsgStream.h"
Include dependency graph for InDetRawData.cxx:

Go to the source code of this file.

Functions

MsgStream & operator<< (MsgStream &sl, const InDetRawData &rdo)
 Overload of << operator for MsgStream for debug output. More...
 
std::ostream & operator<< (std::ostream &sl, const InDetRawData &rdo)
 Overload of << operator for std::ostream for debug output. More...
 

Function Documentation

◆ operator<<() [1/2]

MsgStream& operator<< ( MsgStream &  sl,
const InDetRawData rdo 
)

Overload of << operator for MsgStream for debug output.

Definition at line 26 of file InDetRawData.cxx.

26  {
27  sl << " Identifier " << rdo.identify() << " word " << rdo.getWord();
28  return sl;
29 }

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream &  sl,
const InDetRawData rdo 
)

Overload of << operator for std::ostream for debug output.

Definition at line 31 of file InDetRawData.cxx.

31  {
32  sl << " Identifier " << rdo.identify() << " word " << rdo.getWord();
33  return sl;
34 }
InDetRawData::getWord
unsigned int getWord() const
Definition: InDetRawData.h:47
InDetRawData::identify
virtual Identifier identify() const override final
Definition: InDetRawData.h:41