#include "TBDataFormats/EcalTBObjects/interface/EcalTBTDCSample.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &s, const EcalTBTDCSample &samp) |
std::ostream& operator<< | ( | std::ostream & | s, | |
const EcalTBTDCSample & | samp | |||
) |
Definition at line 8 of file EcalTBTDCSample.cc.
References EcalTBTDCSample::tdcChannel(), and EcalTBTDCSample::tdcValue().
00008 { 00009 s << "TDC Channel=" << samp.tdcChannel() << ", Value=" << samp.tdcValue(); 00010 return s; 00011 }