CMS 3D CMS Logo

DTSuperLayerId.h File Reference

#include <DataFormats/MuonDetId/interface/DTChamberId.h>

Go to the source code of this file.

Classes

class  DTSuperLayerId
 DetUnit identifier for DT SuperLayers (SL). More...

Functions

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


Function Documentation

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

Definition at line 68 of file DTSuperLayerId.cc.

00068                                                                   {
00069   os << " Wh:"<< id.wheel()
00070      << " St:"<< id.station() 
00071      << " Se:"<< id.sector()
00072      << " Sl:"<< id.superlayer()
00073      <<" ";
00074 
00075   return os;
00076 }


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