#include <TrimRangeTestResult.h>
Public Member Functions | |
TrimData (float p0, float p1) throw () | |
float | getVthr (const short unsigned trim) const throw () |
convert trim value to threshold in mV | |
int | getTrim (const float vthr) const throw () |
convert threshold in mV to integer value of trim | |
TrimData & | operator+= (const TrimData &d) throw () |
TrimData & | operator/= (const unsigned i) throw () |
TrimData | operator * (const TrimData &d) const throw () |
TrimData () throw () | |
Data Fields | |
vector< pair< float, float > > | graph |
representation of the graph . | |
float | p0 |
offset of slope to graph | |
float | p1 |
slope of fit to graph |
Definition at line 74 of file TrimRangeTestResult.h.
|
Definition at line 76 of file TrimRangeTestResult.h. |
|
Definition at line 91 of file TrimRangeTestResult.h. Referenced by operator *(). |
|
convert threshold in mV to integer value of trim
Definition at line 125 of file TrimRangeTestResult.h. |
|
convert trim value to threshold in mV
Definition at line 121 of file TrimRangeTestResult.h. References trim. |
|
Definition at line 90 of file TrimRangeTestResult.h. References TrimData(). |
|
Definition at line 88 of file TrimRangeTestResult.h. References p0. |
|
Definition at line 89 of file TrimRangeTestResult.h. |
|
representation of the graph . first is x, second is y Definition at line 78 of file TrimRangeTestResult.h. |
|
offset of slope to graph
Definition at line 80 of file TrimRangeTestResult.h. Referenced by operator+=(). |
|
slope of fit to graph
Definition at line 82 of file TrimRangeTestResult.h. |