CMS 3D CMS Logo

Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/DataFormats/EcalDetId/src/EEDetId.cc File Reference

#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)

Function Documentation

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() << ')';
}