CMS 3D CMS Logo

Functions
L1MonitorDigi.cc File Reference
#include "DataFormats/L1Trigger/interface/L1MonitorDigi.h"
#include <iomanip>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const L1MonitorDigi &mon)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
const L1MonitorDigi mon 
)

Definition at line 37 of file L1MonitorDigi.cc.

37  {
38  s << "L1Mon "
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()
44  << std::dec << std::setfill(' ');
45  return s;
46 }

References TauDecayModes::dec, LaserDQM_cfi::mon, and alignCSCRings::s.

alignCSCRings.s
s
Definition: alignCSCRings.py:92
LaserDQM_cfi.mon
mon
Definition: LaserDQM_cfi.py:3
TauDecayModes.dec
dec
Definition: TauDecayModes.py:143