CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions
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 48 of file DTChamberId.cc.

48  {
49  os << " Wh:" << id.wheel() << " St:" << id.station() << " Se:" << id.sector() << " ";
50 
51  return os;
52 }