CMS 3D CMS Logo

Functions
ME0DetId.cc File Reference
#include <DataFormats/MuonDetId/interface/ME0DetId.h>
#include <DataFormats/MuonDetId/interface/MuonSubdetId.h>

Go to the source code of this file.

Functions

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

Detailed Description

Impl of ME0DetId

Definition in file ME0DetId.cc.

Function Documentation

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

Definition at line 64 of file ME0DetId.cc.

64  {
65 
66 
67  os << " Region "<<id.region()
68  << " Layer "<<id.layer()
69  << " Chamber "<<id.chamber()
70  << " EtaPartition "<<id.roll()
71  <<" ";
72 
73  return os;
74 }