CMS 3D CMS Logo

Classes | Functions
DTLayerId.h File Reference
#include <DataFormats/MuonDetId/interface/DTSuperLayerId.h>

Go to the source code of this file.

Classes

class  DTLayerId
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 60 of file DTLayerId.cc.

60  {
61  os << " Wh:" << id.wheel() << " St:" << id.station() << " Se:" << id.sector() << " Sl:" << id.superlayer()
62  << " La:" << id.layer() << " ";
63 
64  return os;
65 }