CMS 3D CMS Logo

Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/L1Trigger/DTTrackFinder/src/L1MuDTTrackSegLoc.cc File Reference

#include "L1Trigger/DTTrackFinder/src/L1MuDTTrackSegLoc.h"
#include <iostream>
#include <iomanip>
#include <cstdlib>
#include <cassert>

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 141 of file L1MuDTTrackSegLoc.cc.

References alignCSCRings::s.

                                                             {

  s.setf(ios::right,ios::adjustfield);
  s << "wheel = "   << setw(2) << id.wheel()   << "  " 
    << "sector = "  << setw(2) << id.sector()  << "  " 
    << "station = " << setw(1) << id.station();

  return s;
             
}