CMS 3D CMS Logo

Functions
L1MuKBMTCombinedStub.cc File Reference
#include "DataFormats/L1TMuon/interface/L1MuKBMTCombinedStub.h"
#include <iostream>
#include <iomanip>
#include <cmath>

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 80 of file L1MuKBMTCombinedStub.cc.

References alignCSCRings::s.

80  {
81  s.setf(ios::right, ios::adjustfield);
82  s << "BX: " << setw(5) << id.bxNum_ << " "
83  << "wheel: " << setw(5) << id.whNum_ << " "
84  << "sector: " << setw(5) << id.scNum_ << " "
85  << "station: " << setw(5) << id.stNum_ << " "
86  << "tag: " << setw(5) << id.tag_ << " "
87  << "phi: " << setw(5) << id.phi_ << " "
88  << "phiB: " << setw(4) << id.phiB_ << " "
89  << "quality: " << setw(4) << id.quality_ << " "
90  << "eta1:" << setw(4) << id.eta1_ << " "
91  << "eta2:" << setw(4) << id.eta2_ << " "
92  << "qeta1:" << setw(4) << id.qeta1_ << " "
93  << "qeta2:" << setw(4) << id.qeta2_;
94 
95  return s;
96 }