A Digi for the silicon strip detector, containing both strip and adc information, and suitable for storing zero-suppresed hit information. More...
#include <SiStripDigi.h>
Public Member Functions | |
const uint16_t & | adc () const |
const uint16_t & | channel () const |
bool | operator< (const SiStripDigi &other) const |
SiStripDigi (const uint16_t &strip, const uint16_t &adc) | |
SiStripDigi () | |
const uint16_t & | strip () const |
~SiStripDigi () | |
Private Attributes | |
uint16_t | adc_ |
uint16_t | strip_ |
A Digi for the silicon strip detector, containing both strip and adc information, and suitable for storing zero-suppresed hit information.
Definition at line 12 of file SiStripDigi.h.
|
inline |
Definition at line 16 of file SiStripDigi.h.
|
inline |
Definition at line 21 of file SiStripDigi.h.
|
inline |
Definition at line 22 of file SiStripDigi.h.
|
inline |
Definition at line 41 of file SiStripDigi.h.
References adc_.
Referenced by ThreeThresholdAlgorithm::addToCandidate(), LaserDQM::fillAdcCounts(), LaserAlignment::fillDataProfiles(), LaserAlignmentT0ProducerDQM::FillFromProcessedDigis(), StripClusterizerAlgorithm::InvalidChargeException::InvalidChargeException(), SiStripApvShotCleaner::orderingByCharge::operator()(), AboveSeed::operator()(), operator<<(), and ShallowDigisProducer::recordDigis().
|
inline |
Definition at line 42 of file SiStripDigi.h.
References strip().
Referenced by LaserDQM::fillAdcCounts().
|
inline |
|
inline |
Definition at line 40 of file SiStripDigi.h.
References strip_.
Referenced by ThreeThresholdAlgorithm::addToCandidate(), channel(), LaserAlignment::fillDataProfiles(), StripClusterizerAlgorithm::InvalidChargeException::InvalidChargeException(), edm::DataMixingSiStripWorker::StrictWeakOrdering::operator()(), AboveSeed::operator()(), edm::DataMixingSiStripMCDigiWorker::StrictWeakOrdering::operator()(), operator<(), operator<<(), and ShallowDigisProducer::recordDigis().
|
private |
Definition at line 33 of file SiStripDigi.h.
Referenced by adc().
|
private |
Definition at line 32 of file SiStripDigi.h.
Referenced by strip().