CMS 3D CMS Logo

Functions
RPCDetId.cc File Reference
#include <DataFormats/MuonDetId/interface/RPCDetId.h>
#include <DataFormats/MuonDetId/interface/MuonSubdetId.h>
#include <iostream>

Go to the source code of this file.

Functions

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

Detailed Description

Impl of RPCDetId

Author
Ilaria Segoni
Date
02 Aug 2005

Definition in file RPCDetId.cc.

Function Documentation

◆ operator<<()

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

Definition at line 257 of file RPCDetId.cc.

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 }