CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_4_2_9_HLT1_bphpatch4/src/DataFormats/EcalDetId/src/EcalPnDiodeDetId.cc File Reference

#include "DataFormats/EcalDetId/interface/EcalPnDiodeDetId.h"
#include "FWCore/Utilities/interface/Exception.h"

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 41 of file EcalPnDiodeDetId.cc.

                                                                 {
  return s << "(EcalPnDiode " << id.iEcalSubDetectorId() << ',' << id.iDCCId() << ',' << id.iPnId() << ')';
}