CMS 3D CMS Logo

Classes | Functions
RPCDetId.h File Reference
#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)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const RPCDetId id 
)

Definition at line 257 of file RPCDetId.cc.

References l1tGTMenu_BTagSeeds_cff::os.

257  {
258  os << " Re " << id.region() << " Ri " << id.ring() << " St " << id.station() << " Se " << id.sector() << " La "
259  << id.layer() << " Su " << id.subsector() << " Ro " << id.roll() << " Tr " << id.trIndex() << " ";
260 
261  return os;
262 }