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()
5  << " " << digi.adc();
6 }
7 
const uint16_t & strip() const
Definition: SiStripDigi.h:40
A Digi for the silicon strip detector, containing both strip and adc information, and suitable for st...
Definition: SiStripDigi.h:12
std::ostream & operator<<(std::ostream &o, const SiStripDigi &digi)
Definition: SiStripDigi.cc:3
const uint16_t & adc() const
Definition: SiStripDigi.h:41