CMS 3D CMS Logo

EcalPnDiodeDetId.h File Reference

#include <ostream>
#include "DataFormats/DetId/interface/DetId.h"
#include "DataFormats/EcalDetId/interface/EcalSubdetector.h"

Go to the source code of this file.

Classes

class  EcalPnDiodeDetId
 DetId for an Calo Trigger tower Packing:. More...

Functions

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


Function Documentation

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

Definition at line 41 of file EcalPnDiodeDetId.cc.

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


Generated on Tue Jun 9 17:52:01 2009 for CMSSW by  doxygen 1.5.4