SctData::TestResult::ScanData Class Reference

small internal class contains all the data relevant to a particular scan. More...

#include <TestResult.h>


Public Member Functions

 ScanData (const unsigned int scanNumber, const double testPoint) throw ()
 Functions of the inner class `scanData'.
bool operator< (const ScanData &s) const throw ()
 Operators needed for sorting.
bool operator> (const ScanData &s) const throw ()
 Operators needed for sorting.
bool operator== (const unsigned int aScanNumber) const throw ()
 Operators needed for sorting.

Data Fields

unsigned int scanNumber
 The scan number.
double testPoint
 The value of the variable changed between scans.


Detailed Description

small internal class contains all the data relevant to a particular scan.

Definition at line 174 of file TestResult.h.


Constructor & Destructor Documentation

SctData::TestResult::ScanData::ScanData const unsigned int  scanNumber,
const double  testPoint
throw ()
 

Functions of the inner class `scanData'.

Parameters:
scanNumber : the scan number
testPoint the value of the variable changed between scans.

Definition at line 142 of file TestResult.cpp.


Member Function Documentation

bool SctData::TestResult::ScanData::operator< const ScanData s  )  const throw ()
 

Operators needed for sorting.

Definition at line 145 of file TestResult.cpp.

bool SctData::TestResult::ScanData::operator== const unsigned int  aScanNumber  )  const throw ()
 

Operators needed for sorting.

Definition at line 157 of file TestResult.cpp.

bool SctData::TestResult::ScanData::operator> const ScanData s  )  const throw ()
 

Operators needed for sorting.

Definition at line 151 of file TestResult.cpp.


Field Documentation

unsigned int SctData::TestResult::ScanData::scanNumber
 

The scan number.

Definition at line 191 of file TestResult.h.

double SctData::TestResult::ScanData::testPoint
 

The value of the variable changed between scans.

Definition at line 192 of file TestResult.h.


The documentation for this class was generated from the following files:
Generated on Mon Feb 6 14:07:58 2006 for SCT DAQ/DCS Software - C++ by  doxygen 1.4.6