CMS 3D CMS Logo

EcalScDetId.cc File Reference

#include "DataFormats/EcalDetId/interface/EcalScDetId.h"
#include "FWCore/Utilities/interface/Exception.h"
#include <iostream>

Go to the source code of this file.

Functions

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


Function Documentation

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

Definition at line 137 of file EcalScDetId.cc.

00137                                                             {
00138   return s << "(EE iz " << ((id.zside()>0)?("+ "):("- ")) << " ix " << id.ix() << " , iy " << id.iy() << ')';
00139 }


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