Belle II Software development
|
ECL waveform compression/decompression to/from the BitStream storage with the DELTA algorithm. More...
#include <ECLCompress.h>
Public Member Functions | |
void | compress (BitStream &out, const int *adc) override |
function to compress the ECL waveform with the DELTA algorithm | |
void | uncompress (BitStream &out, int *adc) override |
function to decompress the ECL waveform with the DELTA algorithm | |
ECL waveform compression/decompression to/from the BitStream storage with the DELTA algorithm.
Definition at line 69 of file ECLCompress.h.
|
overridevirtual |
function to compress the ECL waveform with the DELTA algorithm
Implements ECLCompress.
Definition at line 62 of file ECLCompress.cc.
|
overridevirtual |
function to decompress the ECL waveform with the DELTA algorithm
Implements ECLCompress.
Definition at line 87 of file ECLCompress.cc.