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

SctData::NMaskTestResult Class Reference

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

#include <NMaskTestResult.h>

Inheritance diagram for SctData::NMaskTestResult:

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

Public Member Functions

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

virtual ~NMaskTestResult () throw ()
 Destructor.

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


Private Attributes

bool pass
 True if module passed NMask Test.


Detailed Description

The class represents the result of a NMask test.

It just adds a bool pass/fail flag

Author:
Matthew Palmer

Definition at line 13 of file NMaskTestResult.h.


Constructor & Destructor Documentation

SctData::NMaskTestResult::NMaskTestResult   throw ()
 

Definition at line 10 of file NMaskTestResult.cpp.

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

Constructor.

Definition at line 12 of file NMaskTestResult.cpp.

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

Destructor.

Definition at line 15 of file NMaskTestResult.cpp.


Member Function Documentation

string SctData::NMaskTestResult::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 17 of file NMaskTestResult.cpp.


Field Documentation

bool SctData::NMaskTestResult::pass [private]
 

True if module passed NMask Test.

Definition at line 31 of file NMaskTestResult.h.


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