CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/TBDataFormats/EcalTBObjects/src/EcalTBTDCSample.cc File Reference

#include "TBDataFormats/EcalTBObjects/interface/EcalTBTDCSample.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const EcalTBTDCSample &samp)

Function Documentation

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;
}