CMS 3D CMS Logo

Functions
HGCalDetId.cc File Reference
#include "DataFormats/ForwardDetId/interface/HGCalDetId.h"
#include <iostream>

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 68 of file HGCalDetId.cc.

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