CMS 3D CMS Logo

Functions
HFNoseDetId.cc File Reference
#include "DataFormats/ForwardDetId/interface/HFNoseDetId.h"
#include "FWCore/Utilities/interface/Exception.h"
#include <ostream>
#include <iostream>

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 51 of file HFNoseDetId.cc.

51  {
52  return s << " HFNoseDetId::EE:HE= " << id.isEE() << ":" << id.isHE()
53  << " type= " << id.type() << " z= " << id.zside()
54  << " layer= " << id.layer()
55  << " wafer(u,v:x,y)= (" << id.waferU() << "," << id.waferV() << ":"
56  << id.waferX() << "," << id.waferY() << ")"
57  << " cell(u,v:x,y)= (" << id.cellU() << "," << id.cellV() << ":"
58  << id.cellX() << "," << id.cellY() << ")";
59 }