CMV single data container.
More...
#include <CMV.h>
|
| uint16_t | cmv {0} |
| | 16-bit signed fixed point value: bit 15 = sign (1=positive, 0=negative), bits 14-0 = I8F7 magnitude
|
| |
CMV single data container.
Definition at line 74 of file CMV.h.
◆ getCMV()
| uint16_t o2::tpc::cmv::Data::getCMV |
( |
| ) |
const |
|
inline |
raw 16-bit integer representation
Definition at line 77 of file CMV.h.
◆ getCMVFloat()
| float o2::tpc::cmv::Data::getCMVFloat |
( |
| ) |
const |
|
inline |
Definition at line 81 of file CMV.h.
◆ setCMV()
| void o2::tpc::cmv::Data::setCMV |
( |
uint16_t |
value | ) |
|
|
inline |
set raw 16-bit integer representation
Definition at line 78 of file CMV.h.
◆ setCMVFloat()
| void o2::tpc::cmv::Data::setCMVFloat |
( |
float |
value | ) |
|
|
inline |
Definition at line 89 of file CMV.h.
◆ cmv
| uint16_t o2::tpc::cmv::Data::cmv {0} |
16-bit signed fixed point value: bit 15 = sign (1=positive, 0=negative), bits 14-0 = I8F7 magnitude
Definition at line 75 of file CMV.h.
The documentation for this struct was generated from the following file:
- /home/runner/work/AliceO2/AliceO2/DataFormats/Detectors/TPC/include/DataFormatsTPC/CMV.h