CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_5_3_8_patch3/src/DataFormats/EcalDetId/src/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.

{
   return s << "(ES z=" << id.zside() 
            << "  plane " << id.plane() 
            << " " 
            << id.six() 
            << ':' 
            << id.siy() 
            << " " 
            << id.strip() 
            << ')'           
            << " hashIndex = ";
//          << id.hashedIndex() ;
}