ATLAS Offline Software
Loading...
Searching...
No Matches
RpcFiredChannel.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5// RpcFiredChannel.cxx
6
8#include "GaudiKernel/MsgStream.h"
9
10// default constructor
11
14
15// constructor
16
20
25
26// public methods.
27
28
29// private methods.
30
31 MsgStream& operator << ( MsgStream& sl, const RpcFiredChannel& coll)
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 }
42
43
44 std::ostream& operator << ( std::ostream& sl, const RpcFiredChannel& coll)
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 }
unsigned short int ubit16
MsgStream & operator<<(MsgStream &sl, const RpcFiredChannel &coll)
Overload of << operator for MsgStream for debug output.
ubit16 bcid() const
ubit16 thr() const
ubit16 channel() const
ubit16 ovl() const
ubit16 ijk() const
ubit16 time() const