#include <L1MuPacking.h>
Public Member Functions | |
virtual int | idxFromPacked (unsigned packed) const |
get the value from the packed notation (always positive) More... | |
virtual unsigned | packedFromIdx (int idx) const |
get the packed notation of a value, check the range More... | |
virtual int | signFromPacked (unsigned packed) const |
get the sign from the packed notation. always psitive (0) More... | |
Public Member Functions inherited from L1MuPacking | |
virtual | ~L1MuPacking () |
Additional Inherited Members | |
Public Attributes inherited from L1MuPacking | |
COND_SERIALIZABLE | |
Packing of an unsigned int in a bit field
Definition at line 55 of file L1MuPacking.h.
|
inlinevirtual |
get the value from the packed notation (always positive)
Implements L1MuPacking.
Definition at line 60 of file L1MuPacking.h.
|
inlinevirtual |
get the packed notation of a value, check the range
Implements L1MuPacking.
Definition at line 62 of file L1MuPacking.h.
References customizeTrackingMonitorSeedNumber::idx.
|
inlinevirtual |
get the sign from the packed notation. always psitive (0)
Implements L1MuPacking.
Definition at line 58 of file L1MuPacking.h.