CMS 3D CMS Logo

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

Go to the source code of this file.

Classes

class  HGCalTriggerDetId
 

Functions

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

Function Documentation

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

Definition at line 158 of file HGCalTriggerDetId.cc.

158  {
159  return s << " EE:HSil= " << id.isEE() << ":" << id.isHSilicon()
160  << " type= " << id.type() << " z= " << id.zside()
161  << " layer= " << id.layer()
162  << " wafer(u,v:x,y)= (" << id.waferU() << "," << id.waferV() << ":"
163  << id.waferX() << "," << id.waferY() << ")"
164  << " triggerCell(u,v:x,y)= (" << id.triggerCellU() << ","
165  << id.triggerCellV() << ":" << id.triggerCellX() << ","
166  << id.triggerCellY() << ")";
167 }