CMS 3D CMS Logo

L1MuDTSecProcId.cc File Reference

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

Go to the source code of this file.

Functions

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


Function Documentation

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

Definition at line 143 of file L1MuDTSecProcId.cc.

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


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