CMS 3D CMS Logo

Functions
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.

73  {
74 
75 
76  os << " Re "<<id.region()
77  << " Ri "<<id.ring()
78  << " St "<<id.station()
79  << " La "<<id.layer()
80  << " Ch "<<id.chamber()
81  << " Ro "<<id.roll()
82  <<" ";
83 
84  return os;
85 }