Project
Loading...
Searching...
No Matches
CTFCoder.h File Reference

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.

Classes

struct  o2::tpc::detail::TriggerInfo
 
struct  o2::tpc::detail::combinedType< A, B >
 
class  o2::tpc::detail::ShiftFunctor< value_T, shift >
 
struct  o2::tpc::detail::MergedColumnsDecoder< bits_A, bits_B >
 
class  o2::tpc::CTFCoder
 

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)
 

Detailed Description

class for entropy encoding/decoding of TPC compressed clusters data

Author
ruben.nosp@m..sha.nosp@m.hoyan.nosp@m.@cer.nosp@m.n.ch

Definition in file CTFCoder.h.