CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_4_2_9_HLT1_bphpatch4/src/DataFormats/SiStripDigi/src/SiStripDigi.cc File Reference

#include "DataFormats/SiStripDigi/interface/SiStripDigi.h"
#include <ostream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &o, const SiStripDigi &digi)

Function Documentation

std::ostream& operator<< ( std::ostream &  o,
const SiStripDigi digi 
)

Definition at line 3 of file SiStripDigi.cc.

References SiStripDigi::adc(), and SiStripDigi::strip().

                                                                 {
  return o << " " << digi.strip()
           << " " << digi.adc();
}