#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) |
std::ostream& operator<< | ( | std::ostream & | os, |
const DTSuperLayerId & | id | ||
) |
Definition at line 68 of file DTSuperLayerId.cc.
{ os << " Wh:"<< id.wheel() << " St:"<< id.station() << " Se:"<< id.sector() << " Sl:"<< id.superlayer() <<" "; return os; }