CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition: ALILine.cc:188
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
const uint16_t & adc() const
Definition: SiStripDigi.h:41