CMS 3D CMS Logo

Functions | Variables
EcalScDetId.cc File Reference
#include "DataFormats/EcalDetId/interface/EcalScDetId.h"
#include "FWCore/Utilities/interface/Exception.h"
#include <ostream>
#include <cassert>
#include <mutex>

Go to the source code of this file.

Functions

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

Variables

static std::once_flag initializedFlag
 

Function Documentation

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 }

Variable Documentation

std::once_flag initializedFlag
static

Definition at line 90 of file EcalScDetId.cc.

Referenced by EcalScDetId::checkHashedIndexMap().