#include <iosfwd>
#include <DataFormats/DetId/interface/DetId.h>
#include <DataFormats/MuonDetId/interface/MuonSubdetId.h>
Go to the source code of this file.
Classes | |
class | CSCDetId |
Functions | |
std::ostream & | operator<< (std::ostream &os, const CSCDetId &id) |
std::ostream& operator<< | ( | std::ostream & | os, |
const CSCDetId & | id | ||
) |
Definition at line 110 of file CSCDetId.cc.
{ // Note that there is no endl to end the output os << " E:" << id.endcap() << " S:" << id.station() << " R:" << id.ring() << " C:" << id.chamber() << " L:" << id.layer(); return os; }