CMS 3D CMS Logo

DTSectCollId.h File Reference

#include <iosfwd>
#include "DataFormats/MuonDetId/interface/DTSectCollId.icc"

Go to the source code of this file.

Classes

class  DTSectCollId
 Definition of a Sector Coollector. More...

Functions

std::ostream & operator<< (std::ostream &os, const DTSectCollId &id)


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const DTSectCollId id 
)

Definition at line 34 of file DTSectCollId.cc.

00034                                                               {
00035   os << "Wheel: "   << id.wheel() 
00036      << " Sector: " << id.sector();
00037   return os;
00038 }


Generated on Tue Jun 9 17:52:14 2009 for CMSSW by  doxygen 1.5.4