CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC4_patch1/src/DataFormats/SiStripDigi/src/SiStripDigi.cc

Go to the documentation of this file.
00001 #include "DataFormats/SiStripDigi/interface/SiStripDigi.h"
00002 #include <ostream>
00003 std::ostream & operator<<(std::ostream & o, const SiStripDigi& digi) {
00004   return o << " " << digi.strip()
00005            << " " << digi.adc();
00006 }
00007