#include <NPtGainTestResult.h>
Public Member Functions | |
| NPtGainTestResultData () throw () | |
Data Fields | |
| shared_ptr< ResponseCurve > | rc |
| Fitted Response Curves. | |
| shared_ptr< TGraph > | graph |
| Graph of the points that were fitted. | |
| double | gain |
| Gain at the special point. | |
| double | noise |
| Noise at the special point. | |
| double | offset |
| Offset. | |
Definition at line 30 of file NPtGainTestResult.h.
|
|
Definition at line 32 of file NPtGainTestResult.h. |
|
|
Gain at the special point.
Definition at line 35 of file NPtGainTestResult.h. Referenced by SctData::TestSummary::NPtGainSummaryWriter::write(). |
|
|
Graph of the points that were fitted.
Definition at line 34 of file NPtGainTestResult.h. |
|
|
Noise at the special point.
Definition at line 36 of file NPtGainTestResult.h. Referenced by SctData::TestSummary::NPtGainSummaryWriter::write(). |
|
|
Offset.
Definition at line 37 of file NPtGainTestResult.h. Referenced by SctData::TestSummary::NPtGainSummaryWriter::write(). |
|
|
Fitted Response Curves.
Definition at line 33 of file NPtGainTestResult.h. Referenced by SctData::TestSummary::NPtGainSummaryWriter::write(). |
1.3-rc3