#include "DataFormats/EcalDetId/interface/ESDetId.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 ESDetId &id) |
std::ostream& operator<< | ( | std::ostream & | s, |
const ESDetId & | id | ||
) |
Definition at line 140 of file ESDetId.cc.
{ return s << "(ES z=" << id.zside() << " plane " << id.plane() << " " << id.six() << ':' << id.siy() << " " << id.strip() << ')' << " hashIndex = "; // << id.hashedIndex() ; }