![]() |
Project
|
class for entropy encoding/decoding of FDD digits data More...
#include <algorithm>#include <iterator>#include <string>#include "FDDBase/Geometry.h"#include "DataFormatsFDD/CTF.h"#include "DataFormatsFDD/Digit.h"#include "DataFormatsFDD/ChannelData.h"#include "DetectorsCommonDataFormats/DetID.h"#include "DetectorsBase/CTFCoderBase.h"Go to the source code of this file.
Classes | |
| class | o2::fdd::CTFCoder |
Namespaces | |
| namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
| namespace | o2::fdd |
Macros | |
| #define | ENCODEFDD(part, slot, bits) CTF::get(buff.data())->encode(part, int(slot), bits, optField[int(slot)], &buff, mCoders[int(slot)], getMemMarginFactor()); |
| #define | DECODEFDD(part, slot) ec.decode(part, int(slot), mCoders[int(slot)]) |
class for entropy encoding/decoding of FDD digits data
Definition in file CTFCoder.h.