|
ATLAS Offline Software
|
Go to the documentation of this file.
28 static unsigned int Compress(
int Et);
30 static unsigned int Expand(
int Code);
34 static const unsigned int m_mask = 0x3F;
static const int m_nRanges
Number of ET ranges to encode in.
static unsigned int Expand(int Code)
Uncompress data.
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
static const int m_nShift
Number of bits to shift by in each step.
static const unsigned int m_mask
Mask to select 6-bit field.
static const int m_Offset
Offset for compression code.
static unsigned int Compress(int Et)
Compress data.