CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_5_3_10_patch1/src/L1Trigger/DTTrackFinder/src/L1MuDTTrackSegEta.cc File Reference

#include "L1Trigger/DTTrackFinder/src/L1MuDTTrackSegEta.h"
#include <iostream>
#include <iomanip>
#include <algorithm>
#include <bitset>
#include "L1Trigger/DTTrackFinder/src/L1MuDTTrackSegLoc.h"

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 141 of file L1MuDTTrackSegEta.cc.

References position, and alignCSCRings::s.

                                                             {

  s.setf(ios::right,ios::adjustfield);
  s << (id.m_location) << "\t" 
    << "position : " << bitset<7>(id.position()) << "  "
    << "quality : " << bitset<7>(id.quality()); 

  return s;

}