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 <ostream>

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 124 of file ESDetId.cc.

125 {
126  return s << "(ES z=" << id.zside()
127  << " plane " << id.plane()
128  << " "
129  << id.six()
130  << ':'
131  << id.siy()
132  << " "
133  << id.strip()
134  << ')'
135  << " hashIndex = ";
136 // << id.hashedIndex() ;
137 }