CMS 3D CMS Logo

Classes | Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/DataFormats/MuonDetId/interface/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

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

Definition at line 268 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;
}