CMS 3D CMS Logo

HGCSiliconDetId.cc
Go to the documentation of this file.
2 #include <ostream>
3 #include <iostream>
4 
6 
7 std::ostream& operator<<(std::ostream& s, const HGCSiliconDetId& id) {
8  return s << " HGCSiliconDetId::EE:HE= " << id.isEE() << ":" << id.isHE() << " type= " << id.type()
9  << " z= " << id.zside() << " layer= " << id.layer() << " wafer(u,v:x,y)= (" << id.waferU() << ","
10  << id.waferV() << ":" << id.waferX() << "," << id.waferY() << ")"
11  << " cell(u,v:x,y)= (" << id.cellU() << "," << id.cellV() << ":" << id.cellX() << "," << id.cellY() << ")";
12 }
static const HGCSiliconDetId Undefined
std::ostream & operator<<(std::ostream &s, const HGCSiliconDetId &id)