#include <DataFormats/DetId/interface/DetId.h>
#include <FWCore/Utilities/interface/Exception.h>
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | RPCDetId |
Functions | |
std::ostream & | operator<< (std::ostream &os, const RPCDetId &id) |
std::ostream& operator<< | ( | std::ostream & | os, |
const RPCDetId & | id | ||
) |
Definition at line 268 of file RPCDetId.cc.
{ os << " Re "<<id.region() << " Ri "<<id.ring() << " St "<<id.station() << " Se "<<id.sector() << " La "<<id.layer() << " Su "<<id.subsector() << " Ro "<<id.roll() << " Tr "<<id.trIndex() <<" "; return os; }