CMS 3D CMS Logo

Classes | Functions

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DataFormats/HcalDigi/interface/HcalTriggerPrimitiveSample.h File Reference

#include <boost/cstdint.hpp>
#include <ostream>

Go to the source code of this file.

Classes

class  HcalTriggerPrimitiveSample

Functions

std::ostream & operator<< (std::ostream &s, const HcalTriggerPrimitiveSample &samp)

Function Documentation

std::ostream& operator<< ( std::ostream &  s,
const HcalTriggerPrimitiveSample samp 
)

Definition at line 12 of file HcalTriggerPrimitiveSample.cc.

References HcalTriggerPrimitiveSample::compressedEt(), and HcalTriggerPrimitiveSample::fineGrain().

                                                                              {
  return s << "Value=" << samp.compressedEt() << ", FG=" << samp.fineGrain();
}