CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
ESDetId.cc File Reference
#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)
 

Function Documentation

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

Definition at line 140 of file ESDetId.cc.

141 {
142  return s << "(ES z=" << id.zside()
143  << " plane " << id.plane()
144  << " "
145  << id.six()
146  << ':'
147  << id.siy()
148  << " "
149  << id.strip()
150  << ')'
151  << " hashIndex = ";
152 // << id.hashedIndex() ;
153 }