CMS 3D CMS Logo

EEDetId.cc File Reference

#include "DataFormats/EcalDetId/interface/EEDetId.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 EEDetId &id)


Function Documentation

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

Definition at line 520 of file EEDetId.cc.

00521 {
00522    return s << "(EE iz " << ((id.zside()>0)?("+ "):("- ")) 
00523             << " ix " << id.ix() << " , iy " << id.iy() << ')';
00524 }


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