CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_5_3_6/src/DataFormats/HcalDetId/interface/HcalFrontEndId.h File Reference

#include <string>
#include <stdint.h>
#include <iosfwd>

Go to the source code of this file.

Classes

class  HcalFrontEndId

Functions

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

Function Documentation

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

Definition at line 67 of file HcalFrontEndId.cc.

                                                               {
  return s << id.rbx() << id.rm() << '[' << id.rmFiber() << '/' << id.fiberChannel() 
           << "] pix=" << id.pixel()
           << " qiecard=" << id.qieCard() << " adc=" << id.adc();
}