#include "DataFormats/HcalDigi/interface/HcalTriggerPrimitiveSample.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &s, const HcalTriggerPrimitiveSample &samp) |
std::ostream& operator<< | ( | std::ostream & | s, |
const HcalTriggerPrimitiveSample & | samp | ||
) |
Definition at line 12 of file HcalTriggerPrimitiveSample.cc.
References HcalTriggerPrimitiveSample::compressedEt(), and HcalTriggerPrimitiveSample::fineGrain().
{ return s << "Value=" << samp.compressedEt() << ", FG=" << samp.fineGrain(); }