#include <DataFormats/DetId/interface/DetId.h>
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | DTChamberId |
Functions | |
std::ostream & | operator<< (std::ostream &os, const DTChamberId &id) |
std::ostream& operator<< | ( | std::ostream & | os, |
const DTChamberId & | id | ||
) |
Definition at line 70 of file DTChamberId.cc.
{ os << " Wh:"<< id.wheel() << " St:"<< id.station() << " Se:"<< id.sector() <<" "; return os; }