#include <DataFormats/SiStripDigi/interface/SiStripDigi.h>
Public Member Functions | |
const uint16_t & | adc () const |
const uint16_t & | channel () const |
bool | operator< (const SiStripDigi &other) const |
SiStripDigi () | |
SiStripDigi (const uint16_t &strip, const uint16_t &adc) | |
const uint16_t & | strip () const |
~SiStripDigi () | |
Private Attributes | |
uint16_t | adc_ |
uint16_t | strip_ |
Definition at line 11 of file SiStripDigi.h.
SiStripDigi::SiStripDigi | ( | const uint16_t & | strip, | |
const uint16_t & | adc | |||
) | [inline] |
SiStripDigi::SiStripDigi | ( | ) | [inline] |
SiStripDigi::~SiStripDigi | ( | ) | [inline] |
const uint16_t & SiStripDigi::adc | ( | ) | const [inline] |
Definition at line 44 of file SiStripDigi.h.
References adc_.
Referenced by LaserDQM::fillAdcCounts(), AboveSeed::operator()(), and operator<<().
00044 { return adc_; }
const uint16_t & SiStripDigi::channel | ( | ) | const [inline] |
Definition at line 45 of file SiStripDigi.h.
References strip().
Referenced by LaserDQM::fillAdcCounts().
00045 { return strip(); }
bool SiStripDigi::operator< | ( | const SiStripDigi & | other | ) | const [inline] |
const uint16_t & SiStripDigi::strip | ( | ) | const [inline] |
Definition at line 43 of file SiStripDigi.h.
References strip_.
Referenced by channel(), edm::DataMixingSiStripWorker::StrictWeakOrdering::operator()(), AboveSeed::operator()(), operator<(), operator<<(), and VisCuTrackerDigi::update().
00043 { return strip_; }
uint16_t SiStripDigi::adc_ [private] |
uint16_t SiStripDigi::strip_ [private] |