CMS 3D CMS Logo

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

Go to the source code of this file.

Classes

class  DTWireId
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 68 of file DTWireId.cc.

References l1tGTMenu_BTagSeeds_cff::os.

68  {
69  os << " Wh:" << id.wheel() << " St:" << id.station() << " Se:" << id.sector() << " Sl:" << id.superlayer()
70  << " La:" << id.layer() << " Wi:" << id.wire() << " ";
71 
72  return os;
73 }