CMS 3D CMS Logo

Classes | Functions

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DataFormats/EcalDigi/interface/EcalTriggerPrimitiveSample.h File Reference

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

Go to the source code of this file.

Classes

class  EcalTriggerPrimitiveSample

Functions

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

Function Documentation

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

Definition at line 14 of file EcalTriggerPrimitiveSample.cc.

References EcalTriggerPrimitiveSample::compressedEt(), EcalTriggerPrimitiveSample::fineGrain(), and EcalTriggerPrimitiveSample::ttFlag().

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