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