Public Member Functions | |
| ScanPoint (const double point, const unsigned nEv, const unsigned nErr) throw () | |
| ~ScanPoint () throw () | |
| destructor does nothing   | |
| operator double & () throw () | |
| the point as an l-value   | |
| operator const double () const throw () | |
| the point   | |
Data Fields | |
| double | point | 
| The variable value.   | |
| unsigned | nEvents | 
| The number of events point.   | |
| unsigned | nErrorEvents | 
| The number of error events.   | |
Definition at line 88 of file ScanPoints.h.
      
  | 
  
| 
 destructor does nothing 
 Definition at line 93 of file ScanPoints.h.  | 
  
      
  | 
  
| 
 the point 
 Definition at line 97 of file ScanPoints.h.  | 
  
      
  | 
  
| 
 the point as an l-value 
 Definition at line 95 of file ScanPoints.h.  | 
  
      
  | 
  
| 
 The number of error events. 
 Definition at line 100 of file ScanPoints.h.  | 
  
      
  | 
  
| 
 The number of events point. 
 Definition at line 99 of file ScanPoints.h.  | 
  
      
  | 
  
| 
 The variable value. 
 Definition at line 98 of file ScanPoints.h.  | 
  
 
1.3.5