CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_6_1_2_SLHC4_patch1/src/DataFormats/MuonDetId/src/GEMDetId.cc File Reference

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

Go to the source code of this file.

Functions

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

Detailed Description

Impl of GEMDetId

Definition in file GEMDetId.cc.


Function Documentation

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

Definition at line 73 of file GEMDetId.cc.

                                                            {


  os <<  " Re "<<id.region()
     << " Ri "<<id.ring()
     << " St "<<id.station()
     << " La "<<id.layer()
     << " Ch "<<id.chamber()
     << " Ro "<<id.roll()
     <<" ";

  return os;
}