Main Page
Namespaces
Classes
Package Documentation
DataFormats
SiStripDigi
src
SiStripDigi.cc
Go to the documentation of this file.
1
#include "
DataFormats/SiStripDigi/interface/SiStripDigi.h
"
2
#include <ostream>
3
std::ostream &
operator<<
(std::ostream &
o
,
const
SiStripDigi
& digi) {
4
return
o <<
" "
<< digi.
strip
()
5
<<
" "
<< digi.
adc
();
6
}
7
SiStripDigi.h
SiStripDigi::strip
const uint16_t & strip() const
Definition:
SiStripDigi.h:40
SiStripDigi
A Digi for the silicon strip detector, containing both strip and adc information, and suitable for st...
Definition:
SiStripDigi.h:12
connectstrParser.o
o
Definition:
connectstrParser.py:70
operator<<
std::ostream & operator<<(std::ostream &o, const SiStripDigi &digi)
Definition:
SiStripDigi.cc:3
SiStripDigi::adc
const uint16_t & adc() const
Definition:
SiStripDigi.h:41
Generated for CMSSW Reference Manual by
1.8.11