CMS 3D CMS Logo

Functions

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DataFormats/MuonDetId/src/RPCDetId.cc File Reference

#include <DataFormats/MuonDetId/interface/RPCDetId.h>
#include <DataFormats/MuonDetId/interface/MuonSubdetId.h>

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
Version:
Id:
RPCDetId.cc,v 1.25 2010/03/05 15:53:15 sunanda Exp
Date:
02 Aug 2005

Definition in file RPCDetId.cc.


Function Documentation

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

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