#include <TrimRangeTestResult.h>
Inheritance diagram for SctData::TrimRangeTestResult::TrimData:
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 () |
virtual string | getClassName () const throw () |
Get the class name for this object. | |
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 76 of file TrimRangeTestResult.h.
|
Get the class name for this object. This is used to identify the precise type.
Implements Sct::Streamable. Definition at line 28 of file TrimRangeTestResult.cpp. |
|
convert threshold in mV to integer value of trim
Definition at line 129 of file TrimRangeTestResult.h. |
|
convert trim value to threshold in mV
Definition at line 125 of file TrimRangeTestResult.h. |
|
representation of the graph . first is x, second is y Definition at line 80 of file TrimRangeTestResult.h. |
|
offset of slope to graph
Definition at line 82 of file TrimRangeTestResult.h. |
|
slope of fit to graph
Definition at line 84 of file TrimRangeTestResult.h. |