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

◆ operator<<()

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

Definition at line 48 of file HFNoseDetId.cc.

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

References alignCSCRings::s.

alignCSCRings.s
s
Definition: alignCSCRings.py:92