CMS 3D CMS Logo

Classes | Functions
SiStripDigi.h File Reference
#include <iosfwd>
#include <cstdint>

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

◆ operator<<()

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

Definition at line 3 of file SiStripDigi.cc.

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

3  {
4  return o << " " << digi.strip() << " " << digi.adc();
5 }
const uint16_t & strip() const
Definition: SiStripDigi.h:33
const uint16_t & adc() const
Definition: SiStripDigi.h:34