|
struct | o2::data_compression::getmax< T, nbits > |
| Get maximum of an n-bit number. More...
|
|
struct | o2::data_compression::getmax< T, 0 > |
|
struct | o2::data_compression::getnofelements< T, _min, _max > |
| Get number of elements in a sequence of integral types This redirects to the size meta program of the boost mpl, but includes the upper bound as a valid element in the accounting. More...
|
|
struct | o2::data_compression::upperbinarybound< n > |
| Get the upper binary bound of a number The gives the number of bits required to present a number. More...
|
|
struct | o2::data_compression::upperbinarybound< 0 > |
|
class | o2::data_compression::ExampleAlphabet< T > |
|
class | o2::data_compression::ExampleAlphabet< T >::Iterator< ValueT > |
| a forward iterator to access the list of elements More...
|
|
class | o2::data_compression::ContiguousAlphabet< T, _min, _max, NameT > |
|
class | o2::data_compression::ContiguousAlphabet< T, _min, _max, NameT >::Iterator< ValueT > |
| a forward iterator to access the list of elements More...
|
|
class | o2::data_compression::ZeroBoundContiguousAlphabet< T, _max, NameT > |
|
class | o2::data_compression::BitRangeContiguousAlphabet< T, _nbits, NameT > |
|
class | o2::data_compression::ProbabilityModel< Alphabet, WeightType > |
|
Primitives for data compression.
- Author
- Matthias Richter
- Since
- 2016-08-15
Definition in file dc_primitives.h.