Go to the source code of this file.
◆ RPC_PAD_vector
◆ ubit16
typedef unsigned short int ubit16 |
◆ operator<<() [1/2]
MsgStream& operator<< |
( |
MsgStream & |
sl, |
|
|
const RpcPad & |
coll |
|
) |
| |
Overload of << operator for MsgStream for debug output.
Definition at line 8 of file RpcPad.cxx.
12 sl <<
"status() = "<< coll.
status()<<
", ";
13 sl <<
"errorCode() = "<< coll.
errorCode()<<
", ";
14 sl <<
"onlineId() = "<< coll.
onlineId()<<
", ";
15 sl <<
"sector() = "<< coll.
sector()<<
", CoinMatrices = [";
◆ operator<<() [2/2]
std::ostream& operator<< |
( |
std::ostream & |
sl, |
|
|
const RpcPad & |
coll |
|
) |
| |
Overload of << operator for std::ostream for debug output.
Definition at line 23 of file RpcPad.cxx.
27 sl <<
"status() = "<< coll.
status()<<
", ";
28 sl <<
"errorCode() = "<< coll.
errorCode()<<
", ";
29 sl <<
"onlineId() = "<< coll.
onlineId()<<
", ";
30 sl <<
"sector() = "<< coll.
sector()<<
", CoinMatrices = [";