#include <DataFormats/DetId/interface/DetId.h>
#include <FWCore/Utilities/interface/Exception.h>
#include <iosfwd>
#include <iostream>
Go to the source code of this file.
Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const RPCDetId & |
id |
|
) |
| |
Definition at line 266 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;
}