CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch1/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 19 of file EcalTriggerPrimitiveSample.cc.

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

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