#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) |
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 }