#include <SiStripFEDBuffer.h>
Public Member Functions | |
uint8_t | adc () const |
FEDZSChannelUnpacker () | |
bool | hasData () const |
FEDZSChannelUnpacker & | operator++ () |
FEDZSChannelUnpacker & | operator++ (int) |
uint8_t | sampleNumber () const |
Static Public Member Functions | |
static FEDZSChannelUnpacker | zeroSuppressedLiteModeUnpacker (const FEDChannel &channel) |
static FEDZSChannelUnpacker | zeroSuppressedModeUnpacker (const FEDChannel &channel) |
Private Member Functions | |
FEDZSChannelUnpacker (const uint8_t *payload, const size_t channelPayloadOffset, const int16_t channelPayloadLength) | |
void | readNewClusterInfo () |
void | throwBadClusterLength () |
Static Private Member Functions | |
static void | throwBadChannelLength (const uint16_t length) |
static void | throwUnorderedData (const uint8_t currentStrip, const uint8_t firstStripOfNewCluster) |
Private Attributes | |
uint16_t | channelPayloadLength_ |
uint16_t | channelPayloadOffset_ |
size_t | currentOffset_ |
uint8_t | currentStrip_ |
const uint8_t * | data_ |
uint8_t | valuesLeftInCluster_ |
Definition at line 81 of file SiStripFEDBuffer.h.
|
inline |
Definition at line 205 of file SiStripFEDBuffer.h.
|
inlineprivate |
Definition at line 212 of file SiStripFEDBuffer.h.
References channelPayloadLength_, and readNewClusterInfo().
|
inline |
Definition at line 244 of file SiStripFEDBuffer.h.
References currentOffset_, and data_.
Referenced by sistrip::RawToDigiUnpacker::createDigis(), and sistrip::RawToClustersLazyUnpacker::fill().
|
inline |
Definition at line 249 of file SiStripFEDBuffer.h.
References channelPayloadLength_, channelPayloadOffset_, and currentOffset_.
Referenced by sistrip::RawToDigiUnpacker::createDigis(), sistrip::RawToClustersLazyUnpacker::fill(), and operator++().
|
inline |
Definition at line 254 of file SiStripFEDBuffer.h.
References currentOffset_, currentStrip_, hasData(), readNewClusterInfo(), throwUnorderedData(), and valuesLeftInCluster_.
|
inline |
Definition at line 271 of file SiStripFEDBuffer.h.
|
inlineprivate |
Definition at line 276 of file SiStripFEDBuffer.h.
References currentOffset_, currentStrip_, data_, and valuesLeftInCluster_.
Referenced by FEDZSChannelUnpacker(), and operator++().
|
inline |
Definition at line 239 of file SiStripFEDBuffer.h.
References currentStrip_.
Referenced by sistrip::RawToDigiUnpacker::createDigis(), and sistrip::RawToClustersLazyUnpacker::fill().
|
staticprivate |
Definition at line 436 of file SiStripFEDBuffer.cc.
References edm::hlt::Exception.
Referenced by zeroSuppressedLiteModeUnpacker(), and zeroSuppressedModeUnpacker().
|
private |
Definition at line 445 of file SiStripFEDBuffer.cc.
References edm::hlt::Exception, and valuesLeftInCluster_.
|
staticprivate |
Definition at line 454 of file SiStripFEDBuffer.cc.
References edm::hlt::Exception.
Referenced by operator++().
|
inlinestatic |
Definition at line 231 of file SiStripFEDBuffer.h.
References sistrip::FEDChannel::data(), sistrip::FEDChannel::length(), sistrip::FEDChannel::offset(), query::result, and throwBadChannelLength().
Referenced by sistrip::RawToDigiUnpacker::createDigis(), and sistrip::RawToClustersLazyUnpacker::fill().
|
inlinestatic |
Definition at line 223 of file SiStripFEDBuffer.h.
References sistrip::FEDChannel::data(), sistrip::FEDChannel::length(), sistrip::FEDChannel::offset(), query::result, and throwBadChannelLength().
Referenced by sistrip::RawToDigiUnpacker::createDigis(), and sistrip::RawToClustersLazyUnpacker::fill().
|
private |
Definition at line 104 of file SiStripFEDBuffer.h.
Referenced by FEDZSChannelUnpacker(), and hasData().
|
private |
Definition at line 103 of file SiStripFEDBuffer.h.
Referenced by hasData().
|
private |
Definition at line 100 of file SiStripFEDBuffer.h.
Referenced by adc(), hasData(), operator++(), and readNewClusterInfo().
|
private |
Definition at line 101 of file SiStripFEDBuffer.h.
Referenced by operator++(), readNewClusterInfo(), and sampleNumber().
|
private |
Definition at line 99 of file SiStripFEDBuffer.h.
Referenced by adc(), and readNewClusterInfo().
|
private |
Definition at line 102 of file SiStripFEDBuffer.h.
Referenced by operator++(), readNewClusterInfo(), and throwBadClusterLength().