CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
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().

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