![]() |
Project
|
class for entropy encoding/decoding of TPC compressed clusters data More...
#include <algorithm>
#include <iterator>
#include <string>
#include <cassert>
#include <tuple>
#include <type_traits>
#include <typeinfo>
#include <vector>
#include "DataFormatsTPC/CTF.h"
#include "DataFormatsTPC/CompressedClusters.h"
#include "DetectorsCommonDataFormats/DetID.h"
#include "DetectorsBase/CTFCoderBase.h"
#include "rANS/iterator.h"
Go to the source code of this file.
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::tpc |
Global TPC definitions and constants. | |
namespace | o2::tpc::detail |
Typedefs | |
template<int A, int B> | |
using | o2::tpc::detail::combinedType_t = typename combinedType< A, B >::type |
Functions | |
template<typename iterA_T , typename iterB_T , typename F > | |
auto | o2::tpc::detail::makeInputIterators (iterA_T iterA, iterB_T iterB, size_t nElements, F functor) |
class for entropy encoding/decoding of TPC compressed clusters data
Definition in file CTFCoder.h.