CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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() << " " << digi.adc();
5 }
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition: ALILine.cc:167
const uint16_t & strip() const
Definition: SiStripDigi.h:33
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:34