CMS 3D CMS Logo

Classes | Functions
HGCalDetId.h File Reference
#include <iosfwd>
#include "DataFormats/DetId/interface/DetId.h"
#include "DataFormats/ForwardDetId/interface/ForwardSubdetector.h"

Go to the source code of this file.

Classes

class  HGCalDetId
 

Functions

std::ostream & operator<< (std::ostream &, const HGCalDetId &id)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  ,
const HGCalDetId id 
)

Definition at line 68 of file HGCalDetId.cc.

68  {
69  return s << "isHGCal=" << id.isHGCal() << " subdet= " << id.subdetId()
70  << " zpos=" << id.zside() << " layer=" << id.layer()
71  << " wafer type=" << id.waferType() << " wafer=" << id.wafer()
72  << " cell=" << id.cell();
73 }