#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 alignCSCRings::s, EcalTBTDCSample::tdcChannel(), and EcalTBTDCSample::tdcValue().
{ s << "TDC Channel=" << samp.tdcChannel() << ", Value=" << samp.tdcValue(); return s; }