CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_5_3_1/src/DataFormats/SiStripDigi/interface/SiStripDigi.h File Reference

#include "boost/cstdint.hpp"
#include <iosfwd>

Go to the source code of this file.

Classes

class  SiStripDigi
 A Digi for the silicon strip detector, containing both strip and adc information, and suitable for storing zero-suppresed hit information. More...

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