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

SctData::PipelineTestResult Class Reference

The class represents the result of a pipeline test. More...

#include <PipelineTestResult.h>

Inheritance diagram for SctData::PipelineTestResult:

SctData::TestResult Sct::Serializable Sct::Streamable

Public Member Functions

 PipelineTestResult () throw ()
 PipelineTestResult (unsigned int runNumber, const string &moduleName) throw ()
 Constructor.

virtual ~PipelineTestResult () throw ()
 Destructor.

virtual string getClassName () const throw ()
 Get the class name for this object.


Detailed Description

The class represents the result of a pipeline test.

As far as I can see, this involves a defect list only, which is in TestResult.

Author:
Alan Barr

Definition at line 13 of file PipelineTestResult.h.


Constructor & Destructor Documentation

SctData::PipelineTestResult::PipelineTestResult   throw ()
 

Definition at line 9 of file PipelineTestResult.cpp.

SctData::PipelineTestResult::PipelineTestResult unsigned int    runNumber,
const string &    moduleName
throw ()
 

Constructor.

Definition at line 11 of file PipelineTestResult.cpp.

SctData::PipelineTestResult::~PipelineTestResult   throw () [virtual]
 

Destructor.

Definition at line 16 of file PipelineTestResult.cpp.


Member Function Documentation

string SctData::PipelineTestResult::getClassName   const throw () [virtual]
 

Get the class name for this object.

This is used to identify the precise type.

Todo:
We could use typeid instead here, but that would probably mean removing the namespace stuff.
Returns:
the class name

Implements Sct::Streamable.

Definition at line 18 of file PipelineTestResult.cpp.


The documentation for this class was generated from the following files:
Generated on Mon Dec 15 19:37:49 2003 for SCT DAQ/DCS Software by doxygen1.3-rc3