#include <SiStripFEDBufferComponents.h>
Public Member Functions | |
uint16_t | cmMedian (const uint8_t apvIndex) const |
const uint8_t * | data () const |
FEDChannel (const uint8_t *const data, const size_t offset, const uint16_t length) | |
FEDChannel (const uint8_t *const data, const size_t offset) | |
uint16_t | length () const |
size_t | offset () const |
Private Member Functions | |
uint8_t | packetCode () const |
Private Attributes | |
const uint8_t * | data_ |
uint16_t | length_ |
size_t | offset_ |
Friends | |
class | FEDBuffer |
Definition at line 515 of file SiStripFEDBufferComponents.h.
|
inline |
Definition at line 1566 of file SiStripFEDBufferComponents.h.
|
inline |
Definition at line 1559 of file SiStripFEDBufferComponents.h.
References data_, length_, and offset_.
uint16_t sistrip::FEDChannel::cmMedian | ( | const uint8_t | apvIndex | ) | const |
Definition at line 1385 of file SiStripFEDBufferComponents.cc.
References data_, edm::hlt::Exception, offset_, sistrip::PACKET_CODE_ZERO_SUPPRESSED, packetCode(), query::result, and contentValuesCheck::ss.
Referenced by SiStripCMMonitorPlugin::analyze().
|
inline |
Definition at line 1583 of file SiStripFEDBufferComponents.h.
References data_.
Referenced by cuy.FindIssue::__init__(), sistrip::FEDZSChannelUnpacker::zeroSuppressedLiteModeUnpacker(), and sistrip::FEDZSChannelUnpacker::zeroSuppressedModeUnpacker().
|
inline |
Definition at line 1573 of file SiStripFEDBufferComponents.h.
References length_.
Referenced by SiStripCMMonitorPlugin::analyze(), Vispa.Views.LineDecayView.DecayLine::arrowBoundingRect(), sistrip::FEDBuffer::checkChannelLengthsMatchBufferLength(), sistrip::FEDRawChannelUnpacker::FEDRawChannelUnpacker(), Vispa.Views.LineDecayView.DecayLine::labelBoundingRect(), Vispa.Views.LineDecayView.DecayLine::paint(), sistrip::FEDZSChannelUnpacker::zeroSuppressedLiteModeUnpacker(), and sistrip::FEDZSChannelUnpacker::zeroSuppressedModeUnpacker().
|
inline |
Definition at line 1588 of file SiStripFEDBufferComponents.h.
References offset_.
Referenced by sistrip::FEDBuffer::checkChannelLengthsMatchBufferLength(), sistrip::FEDZSChannelUnpacker::zeroSuppressedLiteModeUnpacker(), and sistrip::FEDZSChannelUnpacker::zeroSuppressedModeUnpacker().
|
inlineprivate |
Definition at line 1578 of file SiStripFEDBufferComponents.h.
References data_, and offset_.
Referenced by cmMedian().
|
friend |
Definition at line 526 of file SiStripFEDBufferComponents.h.
|
private |
Definition at line 529 of file SiStripFEDBufferComponents.h.
Referenced by cmMedian(), data(), FEDChannel(), and packetCode().
|
private |
Definition at line 531 of file SiStripFEDBufferComponents.h.
Referenced by FEDChannel(), and length().
|
private |
Definition at line 530 of file SiStripFEDBufferComponents.h.
Referenced by cmMedian(), FEDChannel(), offset(), and packetCode().