CMS 3D CMS Logo

DTChamberId.cc File Reference

See header file for a description of this class. More...

#include <DataFormats/MuonDetId/interface/DTChamberId.h>
#include <DataFormats/MuonDetId/interface/MuonSubdetId.h>
#include <FWCore/Utilities/interface/Exception.h>

Go to the source code of this file.

Functions

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


Detailed Description

See header file for a description of this class.

Date
2007/08/07 22:41:20
Revision
1.6
Author:
G. Cerminara - INFN Torino

Definition in file DTChamberId.cc.


Function Documentation

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

Definition at line 69 of file DTChamberId.cc.

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


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