CMS 3D CMS Logo

Functions

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DataFormats/HcalDetId/src/HcalFrontEndId.cc File Reference

#include "DataFormats/HcalDetId/interface/HcalFrontEndId.h"
#include <iomanip>
#include <sstream>
#include <iostream>
#include <cstdlib>

Go to the source code of this file.

Functions

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

Function Documentation

std::ostream& operator<< ( std::ostream &  s,
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();
}