CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_6_1_1/src/DataFormats/MuonDetId/interface/DTChamberId.h File Reference

#include <DataFormats/DetId/interface/DetId.h>
#include <iosfwd>

Go to the source code of this file.

Classes

class  DTChamberId

Functions

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

Function Documentation

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

Definition at line 70 of file DTChamberId.cc.

                                                               {
  os << " Wh:"<< id.wheel()
     << " St:"<< id.station() 
     << " Se:"<< id.sector()
     <<" ";

  return os;
}