CMS 3D CMS Logo

Functions
HGCEEDetId.cc File Reference
#include "DataFormats/ForwardDetId/interface/HGCEEDetId.h"
#include "FWCore/Utilities/interface/Exception.h"
#include <ostream>
#include <iostream>

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 46 of file HGCEEDetId.cc.

46  {
47  switch (id.subdet()) {
48  case (HGCEE):
49  return s << "isEE=" << id.isEE() << " zpos=" << id.zside() << " layer=" << id.layer()
50  << " phi subSector=" << id.subsector() << " sector=" << id.sector() << " cell=" << id.cell();
51  default:
52  return s << id.rawId();
53  }
54 }

References HGCEE, and alignCSCRings::s.

alignCSCRings.s
s
Definition: alignCSCRings.py:92
HGCEE
Definition: ForwardSubdetector.h:8