CMS 3D CMS Logo

Classes | Functions
EcalScDetId.h File Reference
#include <iosfwd>
#include "DataFormats/DetId/interface/DetId.h"
#include "DataFormats/EcalDetId/interface/EcalSubdetector.h"
#include "FWCore/Utilities/interface/thread_safety_macros.h"

Go to the source code of this file.

Classes

class  EcalScDetId
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 85 of file EcalScDetId.cc.

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

References alignCSCRings::s.

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