CMS 3D CMS Logo

SiStripDigi.cc
Go to the documentation of this file.
2 #include <ostream>
3 std::ostream& operator<<(std::ostream& o, const SiStripDigi& digi) {
4  return o << " " << digi.strip() << " " << digi.adc();
5 }
operator<<
std::ostream & operator<<(std::ostream &o, const SiStripDigi &digi)
Definition: SiStripDigi.cc:3
EcalTangentSkim_cfg.o
o
Definition: EcalTangentSkim_cfg.py:42
SiStripDigi.h
SiStripDigi::adc
const uint16_t & adc() const
Definition: SiStripDigi.h:34
SiStripDigi::strip
const uint16_t & strip() const
Definition: SiStripDigi.h:33
SiStripDigi
A Digi for the silicon strip detector, containing both strip and adc information, and suitable for st...
Definition: SiStripDigi.h:12