Go to the source code of this file.
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
s, |
|
|
const L1MonitorDigi & |
mon |
|
) |
| |
Definition at line 37 of file L1MonitorDigi.cc.
39 <<
" system: " << std::setw(2) <<
mon.sid() <<
" (cid." << std::setw(2) <<
mon.cid() <<
")" << std::hex
40 << std::setfill(
'0') <<
" location: "
41 <<
"(" << std::setw(5) << std::setprecision(2) <<
mon.x1() <<
"," << std::setw(5) << std::setprecision(2)
42 <<
mon.x2() <<
"," << std::setw(5) << std::setprecision(2) <<
mon.x3() <<
")"
43 <<
" value: " << std::setw(5) << std::setprecision(2) <<
mon.value() <<
" word: " << std::setw(8) <<
mon.raw()
References TauDecayModes::dec, LaserDQM_cfi::mon, and alignCSCRings::s.