Public Member Functions | |
ScanPoint (const double point, const unsigned nEv, const unsigned nErr) throw () | |
~ScanPoint () throw () | |
destructor does nothing | |
operator double & () throw () | |
operator const double () const throw () | |
Data Fields | |
double | point |
The variable value. | |
unsigned | nEvents |
The number of events point. | |
unsigned | nErrorEvents |
The number of error events. |
Definition at line 93 of file ScanPoints.h.
|
destructor does nothing
Definition at line 98 of file ScanPoints.h. |
|
Definition at line 102 of file ScanPoints.h. |
|
Definition at line 100 of file ScanPoints.h. |
|
The number of error events.
Definition at line 105 of file ScanPoints.h. |
|
The number of events point.
Definition at line 104 of file ScanPoints.h. |
|
The variable value.
Definition at line 103 of file ScanPoints.h. |