CMS 3D CMS Logo

Functions
L1MuDTSecProcId.cc File Reference
#include "L1Trigger/DTTrackFinder/interface/L1MuDTSecProcId.h"
#include <iostream>
#include <iomanip>
#include <cstdlib>

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 124 of file L1MuDTSecProcId.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 }