A Digi for the silicon strip detector, containing only adc information, and suitable for storing raw hit information. NOTA BENE: these digis use the DetSetVector, but the public inheritence from edm::DoNotSortUponInsertion ensures that the digis are NOT sorted by the DetSetVector::post_insert() method. The strip position is therefore inferred from the position of the digi within its container (the DetSet private vector). More...
#include <SiStripRawDigi.h>
Public Member Functions | |
uint16_t | adc () const |
bool | operator< (const SiStripRawDigi &other) const |
SiStripRawDigi (uint16_t adc) | |
SiStripRawDigi () | |
~SiStripRawDigi ()=default | |
Private Attributes | |
uint16_t | adc_ |
A Digi for the silicon strip detector, containing only adc information, and suitable for storing raw hit information. NOTA BENE: these digis use the DetSetVector, but the public inheritence from edm::DoNotSortUponInsertion ensures that the digis are NOT sorted by the DetSetVector::post_insert() method. The strip position is therefore inferred from the position of the digi within its container (the DetSet private vector).
Definition at line 15 of file SiStripRawDigi.h.
|
inlineexplicit |
Definition at line 17 of file SiStripRawDigi.h.
|
inline |
Definition at line 19 of file SiStripRawDigi.h.
|
default |
|
inline |
Definition at line 22 of file SiStripRawDigi.h.
References adc_.
Referenced by SiStripRawProcessingAlgorithms::convertVirginRawToHybrid(), LaserAlignment::fillDataProfiles(), LaserAlignmentT0ProducerDQM::FillFromRawDigis(), operator<(), operator<<(), SiStripProcessedRawDigiProducer::pr_process(), SiStripRawProcessingAlgorithms::suppressProcessedRawData(), SiStripRawProcessingAlgorithms::suppressVirginRawData(), and sistrip::FEDEmulator::zeroSuppress().
|
inline |
Not used! (even if implementation is required).
Definition at line 35 of file SiStripRawDigi.h.
References adc(), and trackingPlots::other.
|
private |
Definition at line 28 of file SiStripRawDigi.h.
Referenced by adc().