CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
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.

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