#include <DataFormats/MuonDetId/interface/DTChamberId.h>
Go to the source code of this file.
Classes | |
class | DTSuperLayerId |
DetUnit identifier for DT SuperLayers (SL). More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const DTSuperLayerId &id) |
std::ostream& operator<< | ( | std::ostream & | os, | |
const DTSuperLayerId & | id | |||
) |
Definition at line 68 of file DTSuperLayerId.cc.
00068 { 00069 os << " Wh:"<< id.wheel() 00070 << " St:"<< id.station() 00071 << " Se:"<< id.sector() 00072 << " Sl:"<< id.superlayer() 00073 <<" "; 00074 00075 return os; 00076 }