CMS 3D CMS Logo

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

Go to the source code of this file.

Classes

class  HGCSiliconDetId
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 7 of file HGCSiliconDetId.cc.

References alignCSCRings::s.

7  {
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 }