CMS 3D CMS Logo

RPCDetId.h File Reference

#include <DataFormats/DetId/interface/DetId.h>
#include <FWCore/Utilities/interface/Exception.h>
#include <iosfwd>
#include <iostream>

Go to the source code of this file.

Classes

class  RPCDetId
 DetUnit identifier for RPCs. More...

Functions

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


Function Documentation

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

Definition at line 251 of file RPCDetId.cc.

00251                                                             {
00252 
00253 
00254   os <<  " Re "<<id.region()
00255      << " Ri "<<id.ring()
00256      << " St "<<id.station()
00257      << " Se "<<id.sector()
00258      << " La "<<id.layer()
00259      << " Su "<<id.subsector()
00260      << " Ro "<<id.roll()
00261      << " Tr "<<id.trIndex()
00262      <<" ";
00263 
00264   return os;
00265 }


Generated on Tue Jun 9 17:52:14 2009 for CMSSW by  doxygen 1.5.4