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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<() [1/2]

MsgStream& operator<< ( MsgStream &  sl,
const RpcFiredChannel coll 
)

Overload of << operator for MsgStream for debug output.

Definition at line 31 of file RpcFiredChannel.cxx.

32  {
33  sl << "RpcFiredChannel: "<<", ";
34  sl << "bcid() = "<< coll.bcid()<<", ";
35  sl << "time() = "<< coll.time()<<", ";
36  sl << "ijk() = "<< coll.ijk()<<", ";
37  sl << "channel() = "<< coll.channel()<<", ";
38  sl << "ovl() = "<< coll.ovl()<<", ";
39  sl << "thr() = "<< coll.thr()<<std::endl;
40  return sl;
41  }

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream &  sl,
const RpcFiredChannel coll 
)

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

Definition at line 44 of file RpcFiredChannel.cxx.

45  {
46  sl << "RpcFiredChannel: "<<", ";
47  sl << "bcid() = "<< coll.bcid()<<", ";
48  sl << "time() = "<< coll.time()<<", ";
49  sl << "ijk() = "<< coll.ijk()<<", ";
50  sl << "channel() = "<< coll.channel()<<", ";
51  sl << "ovl() = "<< coll.ovl()<<", ";
52  sl << "thr() = "<< coll.thr()<<std::endl;
53  return sl;
54  }
RpcFiredChannel::ijk
ubit16 ijk() const
Definition: RpcFiredChannel.h:56
RpcFiredChannel::time
ubit16 time() const
Definition: RpcFiredChannel.h:54
RpcFiredChannel::ovl
ubit16 ovl() const
Definition: RpcFiredChannel.h:61
RpcFiredChannel::thr
ubit16 thr() const
Definition: RpcFiredChannel.h:65
RpcFiredChannel::channel
ubit16 channel() const
Definition: RpcFiredChannel.h:58
RpcFiredChannel::bcid
ubit16 bcid() const
Definition: RpcFiredChannel.h:52