CMS 3D CMS Logo

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.

00141                                                              {
00142 
00143   s.setf(ios::right,ios::adjustfield);
00144   s << "wheel = "   << setw(2) << id.wheel()   << "  " 
00145     << "sector = "  << setw(2) << id.sector()  << "  " 
00146     << "station = " << setw(1) << id.station();
00147 
00148   return s;
00149              
00150 }


Generated on Tue Jun 9 17:54:36 2009 for CMSSW by  doxygen 1.5.4