CMS 3D CMS Logo

EcalTriggerPrimitiveSample.cc File Reference

#include "DataFormats/EcalDigi/interface/EcalTriggerPrimitiveSample.h"

Go to the source code of this file.

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().

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


Generated on Tue Jun 9 17:52:02 2009 for CMSSW by  doxygen 1.5.4