Belle II Software development
|
ECL waveform compression/decompression to/from the BitStream storage with the BASE algorithm. More...
#include <ECLCompress.h>
Public Member Functions | |
void | compress (BitStream &out, const int *adc) override |
Compress the ECL waveform. | |
void | uncompress (BitStream &out, int *adc) override |
Decompress the ECL waveform. | |
ECL waveform compression/decompression to/from the BitStream storage with the BASE algorithm.
Definition at line 60 of file ECLCompress.h.
|
overridevirtual |
Compress the ECL waveform.
out | – where we stream the compressed data |
adc | – the waveform to compress |
Implements ECLCompress.
Definition at line 35 of file ECLCompress.cc.
|
overridevirtual |
Decompress the ECL waveform.
in | – the stream from which we fetch the compressed data |
adc | – the decompressed waveform |
Implements ECLCompress.
Definition at line 55 of file ECLCompress.cc.