![]() |
![]() |
#include "DataFormats/EcalDigi/interface/EcalTriggerPrimitiveSample.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &s, const EcalTriggerPrimitiveSample &samp) |
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 }