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

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

Definition at line 54 of file L1MuKBMTCombinedStub.cc.

References alignCSCRings::s.

54  {
55 
56  s.setf(ios::right,ios::adjustfield);
57  s << "BX: " << setw(5) << id.bxNum_ << " "
58  << "wheel: " << setw(5) << id.whNum_ << " "
59  << "sector: " << setw(5) << id.scNum_ << " "
60  << "station: " << setw(5) << id.stNum_ << " "
61  << "tag: " << setw(5) << id.tag_ << " "
62  << "phi: " << setw(5) << id.phi_ << " "
63  << "phiB: " << setw(4) << id.phiB_ << " "
64  << "quality: " << setw(4) << id.quality_ << " "
65  << "eta1:" << setw(4) <<id.eta1_ << " "
66  << "eta2:" << setw(4) <<id.eta2_ << " "
67  << "qeta1:" << setw(4) <<id.qeta1_ << " "
68  << "qeta2:" << setw(4) <<id.qeta2_;
69 
70  return s;
71 
72 }