CMS 3D CMS Logo

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

◆ operator<<()

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

Definition at line 479 of file EEDetId.cc.

479  {
480  return s << "(EE iz " << ((id.zside() > 0) ? ("+ ") : ("- ")) << " ix " << id.ix() << " , iy " << id.iy() << ')';
481 }

References alignCSCRings::s.

alignCSCRings.s
s
Definition: alignCSCRings.py:92
triggerObjects_cff.id
id
Definition: triggerObjects_cff.py:29