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

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

Definition at line 280 of file RPCDetId.cc.

280  {
281 
282 
283  os << " Re "<<id.region()
284  << " Ri "<<id.ring()
285  << " St "<<id.station()
286  << " Se "<<id.sector()
287  << " La "<<id.layer()
288  << " Su "<<id.subsector()
289  << " Ro "<<id.roll()
290  << " Tr "<<id.trIndex()
291  <<" ";
292 
293  return os;
294 }