#include "DataFormats/EcalDetId/interface/EEDetId.h"
#include "FWCore/Utilities/interface/Exception.h"
#include <algorithm>
#include <ostream>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &s, const EEDetId &id) |
std::ostream& operator<< | ( | std::ostream & | s, |
const EEDetId & | id | ||
) |
Definition at line 588 of file EEDetId.cc.
{ return s << "(EE iz " << ((id.zside()>0)?("+ "):("- ")) << " ix " << id.ix() << " , iy " << id.iy() << ')'; }