Definition at line 18 of file CompressionMap.h.
◆ CompressionMap() [1/2]
Hal::CompressionMap::CompressionMap |
( |
| ) |
|
◆ CompressionMap() [2/2]
◆ ~CompressionMap()
Hal::CompressionMap::~CompressionMap |
( |
| ) |
|
|
virtual |
◆ GetNewIndex()
Int_t Hal::CompressionMap::GetNewIndex |
( |
Int_t | old_index | ) |
const |
|
inline |
convert old index to new one
- Parameters
-
- Returns
Definition at line 48 of file CompressionMap.h.
◆ GetNewSize()
Int_t Hal::CompressionMap::GetNewSize |
( |
| ) |
const |
|
inline |
◆ GetOldIndex()
Int_t Hal::CompressionMap::GetOldIndex |
( |
Int_t | new_index | ) |
const |
|
inline |
convert new index to new one
- Parameters
-
- Returns
Definition at line 54 of file CompressionMap.h.
◆ GetSize()
Int_t Hal::CompressionMap::GetSize |
( |
| ) |
const |
|
inline |
◆ MarkAsGood()
void Hal::CompressionMap::MarkAsGood |
( |
Int_t | old_index | ) |
|
|
inline |
mark object at given index as good
- Parameters
-
Definition at line 38 of file CompressionMap.h.
◆ Recalculate()
void Hal::CompressionMap::Recalculate |
( |
| ) |
|
properly calculates indexes, should be called after last MarkAsGood
Definition at line 35 of file CompressionMap.cxx.
◆ Reset()
void Hal::CompressionMap::Reset |
( |
Int_t | size | ) |
|
should be called before marking objects
- Parameters
-
size | size of array to compression |
Definition at line 26 of file CompressionMap.cxx.
The documentation for this class was generated from the following files: