CMS 3D CMS Logo

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

Go to the source code of this file.

Classes

class  DTSuperLayerId
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 46 of file DTSuperLayerId.cc.

References l1tGTMenu_BTagSeeds_cff::os.

46  {
47  os << " Wh:" << id.wheel() << " St:" << id.station() << " Se:" << id.sector() << " Sl:" << id.superlayer() << " ";
48 
49  return os;
50 }