CMS 3D CMS Logo

DTLayerId.h File Reference

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

Go to the source code of this file.

Classes

class  DTLayerId
 DetUnit identifier for DT layers. More...

Functions

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


Function Documentation

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

Definition at line 84 of file DTLayerId.cc.

00084                                                              {
00085   os << " Wh:"<< id.wheel()
00086      << " St:"<< id.station() 
00087      << " Se:"<< id.sector()
00088      << " Sl:"<< id.superlayer()
00089      << " La:"<< id.layer()
00090      <<" ";
00091 
00092   return os;
00093 }


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