#include <TrimRangeTestResult.h>
Inheritance diagram for SctData::TrimRangeTestResult:
Public Member Functions | |
TrimRangeTestResult () throw () | |
TrimRangeTestResult (unsigned int runNumber, const string &moduleName) throw () | |
Constructor. | |
virtual | ~TrimRangeTestResult () throw () |
virtual string | getClassName () const throw () |
Get the class name for this object. | |
Data Fields | |
vector< shared_ptr< const ChipTrimData > > | chipTrimData |
vector< shared_ptr< const ChipTrim > > | chipTrim |
float | charge |
injected charge | |
short signed | type |
range 0->3 or -1 for optimum | |
short unsigned | algorithm |
index indicates which chip-to-chip variations allowed in TrimRangeAlgorithm |
Namely:
TrimRangeTestResult::ChipTrim objects, containing TrimRangeTestResult::Trim s for the best trim.
(each of which has the value of the trim, vthr and trim target).
TrimRangeTestResult::ChipTrimData objects, containing TrimRangeTestResult::TrimData s.
(each of which has a representation of the graph and fit to the trim vs vt50 graph.
Definition at line 24 of file TrimRangeTestResult.h.
|
Definition at line 14 of file TrimRangeTestResult.cpp. |
|
Constructor.
Definition at line 17 of file TrimRangeTestResult.cpp. |
|
Definition at line 21 of file TrimRangeTestResult.cpp. |
|
Get the class name for this object. This is used to identify the precise type.
Implements Sct::Streamable. Definition at line 10 of file TrimRangeTestResult.cpp. |
|
index indicates which chip-to-chip variations allowed in TrimRangeAlgorithm
Definition at line 116 of file TrimRangeTestResult.h. Referenced by SctData::IO::TrimRangeTestResultStreamer::read(), SctData::IO::TrimRangeTestResultStreamer::write(), and SctData::TestSummary::TrimRangeSummaryWriter::write(). |
|
injected charge
Definition at line 114 of file TrimRangeTestResult.h. Referenced by SctData::IO::TrimRangeTestResultStreamer::read(), SctData::IO::TrimRangeTestResultStreamer::write(), and SctData::TestSummary::TrimRangeSummaryWriter::write(). |
|
|
Definition at line 111 of file TrimRangeTestResult.h. Referenced by SctData::IO::TrimRangeTestResultStreamer::read(), SctData::IO::TrimRangeTestResultStreamer::write(), and SctData::TestSummary::TrimRangeSummaryWriter::write(). |
|
range 0->3 or -1 for optimum
Definition at line 115 of file TrimRangeTestResult.h. Referenced by SctData::IO::TrimRangeTestResultStreamer::read(), SctData::IO::TrimRangeTestResultStreamer::write(), and SctData::TestSummary::TrimRangeSummaryWriter::write(). |