Project
Loading...
Searching...
No Matches
o2::tpc::cmv::Data Struct Reference

CMV single data container. More...

#include <CMV.h>

Public Member Functions

uint16_t getCMV () const
 raw 16-bit integer representation
 
void setCMV (uint16_t value)
 set raw 16-bit integer representation
 
float getCMVFloat () const
 
void setCMVFloat (float value)
 

Public Attributes

uint16_t cmv {0}
 16-bit signed fixed point value: bit 15 = sign (1=positive, 0=negative), bits 14-0 = I8F7 magnitude
 

Detailed Description

CMV single data container.

Definition at line 74 of file CMV.h.

Member Function Documentation

◆ 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.

Member Data Documentation

◆ 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: