CMS 3D CMS Logo

DTWireId.h File Reference

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

Go to the source code of this file.

Classes

class  DTWireId
 DetUnit identifier for DT wires. More...

Functions

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


Function Documentation

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

Definition at line 102 of file DTWireId.cc.

00102                                                             {
00103 
00104   os << " Wh:"<< id.wheel()
00105      << " St:"<< id.station() 
00106      << " Se:"<< id.sector()
00107      << " Sl:"<< id.superlayer()
00108      << " La:"<< id.layer()
00109      << " Wi:"<< id.wire()
00110      <<" ";
00111 
00112   return os;
00113 }


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