CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
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.

589 {
590  return s << "(EE iz " << ((id.zside()>0)?("+ "):("- "))
591  << " ix " << id.ix() << " , iy " << id.iy() << ')';
592 }