#include <ChipCounterTestResult.h>
Inheritance diagram for SctData::ChipCounterTestResult:
Public Member Functions | |
ChipCounterTestResult () throw () | |
ChipCounterTestResult (unsigned int runNumber, const string &moduleName) throw () | |
Constructor. | |
virtual | ~ChipCounterTestResult () throw () |
Destructor. | |
virtual string | getClassName () const throw () |
Get the class name for this object. |
Definition at line 12 of file ChipCounterTestResult.h.
|
Constructor.
Definition at line 12 of file ChipCounterTestResult.cpp. |
|
Destructor.
Definition at line 17 of file ChipCounterTestResult.cpp. |
|
Get the class name for this object. This is used to identify the precise type.
Implements Sct::Streamable. Definition at line 19 of file ChipCounterTestResult.cpp. |