#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) |
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().
{ return s << "ET=" << samp.compressedEt() << ", FG=" << samp.fineGrain() << ", TTF=" << samp.ttFlag(); }