CMS 3D CMS Logo

Classes | Functions
ME0DetId.h File Reference
#include "DataFormats/DetId/interface/DetId.h"
#include "FWCore/Utilities/interface/Exception.h"
#include <iosfwd>
#include <iostream>

Go to the source code of this file.

Classes

class  ME0DetId
 

Functions

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

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 }