31 std::cout << (std::string) (*
this) << std::endl;
34 TileMuonReceiverObj::operator std::string()
const
40 text <<
" Tile decision (4-bit word) ";
41 for (
unsigned int i=0;
i<m_TileMuRcvDecision.size(); ++
i)
text <<
" " << m_TileMuRcvDecision[
i];
42 text <<
" Thres d6H d6L d56H d56L ";
43 for (
unsigned int i=0;
i<m_TileMuRcvThresholds.size(); ++
i)
text <<
" " << m_TileMuRcvThresholds[
i];
44 text <<
" e(d6) e(d5+d6) ";
45 for (
unsigned int i=0;
i<m_TileMuRcvEne.size(); ++
i)
text <<
" " << m_TileMuRcvEne[
i];
46 text <<
" t(d6) t(d5+d6/2.) ";
47 for (
unsigned int i=0;
i<m_TileMuRcvTime.size(); ++
i)
text <<
" " << m_TileMuRcvTime[
i];