#include "MuonRDO/MdtAmtHit.h"
#include "GaudiKernel/MsgStream.h"
Go to the source code of this file.
◆ operator<<() [1/2]
Overload of << operator for MsgStream for debug output.
Definition at line 45 of file MdtAmtHit.cxx.
47 sl <<
"MdtAmtHit ("<< &
data <<
") "
48 <<
"tdcId=" <<
data.tdcId()
49 <<
", channelId=" <<
data.channelId()
50 <<
", coarse=" <<
data.coarse()
51 <<
", fine=" <<
data.fine()
52 <<
", width=" <<
data.width()
53 <<
", leading=" <<
data.leading()
54 <<
", isMasked=" <<
data.isMasked()
56 if (
nullptr!=
data.dataWords()) {
57 for(
unsigned i=0;
i<
data.dataWords()->
size();
i++ ) {
58 sl << (*
data.dataWords() )[
i] <<
",";
◆ operator<<() [2/2]
std::ostream& operator<< |
( |
std::ostream & |
sl, |
|
|
const MdtAmtHit & |
data |
|
) |
| |
Overload of << operator for std::ostream for debug output.
Definition at line 68 of file MdtAmtHit.cxx.
71 <<
"tdcId=" <<
data.tdcId()
72 <<
", channelId=" <<
data.channelId()
73 <<
", coarse=" <<
data.coarse()
74 <<
", fine=" <<
data.fine()
75 <<
", width=" <<
data.width()
76 <<
", leading=" <<
data.leading()
77 <<
", isMasked=" <<
data.isMasked()
79 if (
nullptr!=
data.dataWords()) {
80 for(
unsigned i=0;
i<
data.dataWords()->
size();
i++ ) {
81 sl << (*
data.dataWords() )[
i] <<
",";