CMS 3D CMS Logo

Functions
L1MuBMSecProcId.cc File Reference
#include "DataFormats/L1TMuon/interface/BMTF/L1MuBMSecProcId.h"
#include <iostream>
#include <iomanip>
#include <cstdlib>

Go to the source code of this file.

Functions

ostream & operator<< (ostream &s, const L1MuBMSecProcId &id)
 

Function Documentation

◆ operator<<()

ostream& operator<< ( ostream &  s,
const L1MuBMSecProcId id 
)

Definition at line 124 of file L1MuBMSecProcId.cc.

References alignCSCRings::s.

124  {
125  s.setf(ios::right, ios::adjustfield);
126  s << "Sector Processor ( " << setw(2) << id.wheel() << "," << setw(2) << id.sector() << " )";
127  return s;
128 }