CMS 3D CMS Logo

ESDetId.cc File Reference

#include "DataFormats/EcalDetId/interface/ESDetId.h"
#include "FWCore/Utilities/interface/Exception.h"

Go to the source code of this file.

Functions

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


Function Documentation

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

Definition at line 56 of file ESDetId.cc.

00056                                                         {
00057   return s << "(ES z=" << id.zside() << "  plane " << id.plane() << " " <<
00058     id.six() << ':' << id.siy() << " " << id.strip() << ')';
00059 }


Generated on Tue Jun 9 17:52:01 2009 for CMSSW by  doxygen 1.5.4