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 82 of file ScanPoints.h.
|
||||||||||||||||
|
Definition at line 84 of file ScanPoints.h. |
|
|
destructor does nothing
Definition at line 87 of file ScanPoints.h. |
|
|
Definition at line 91 of file ScanPoints.h. References point. |
|
|
Definition at line 89 of file ScanPoints.h. References point. |
|
|
The number of error events.
Definition at line 94 of file ScanPoints.h. |
|
|
The number of events point.
Definition at line 93 of file ScanPoints.h. |
|
|
The variable value.
Definition at line 92 of file ScanPoints.h. Referenced by operator const double(), and operator double &(). |
1.3-rc3