Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Related Pages

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 166 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 141 of file TestResult.cpp.


Member Function Documentation

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

Operators needed for sorting.

Definition at line 144 of file TestResult.cpp.

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

Operators needed for sorting.

Definition at line 156 of file TestResult.cpp.

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

Operators needed for sorting.

Definition at line 150 of file TestResult.cpp.


Field Documentation

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

The scan number.

Definition at line 183 of file TestResult.h.

double SctData::TestResult::ScanData::testPoint
 

The value of the variable changed between scans.

Definition at line 184 of file TestResult.h.


The documentation for this class was generated from the following files:
Generated on Thu Jul 15 09:53:02 2004 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5