CMS 3D CMS Logo

HcalTriggerPrimitiveSample.cc File Reference

#include "DataFormats/HcalDigi/interface/HcalTriggerPrimitiveSample.h"

Go to the source code of this file.

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

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


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