#include <ChipCounterTestResult.h>
Inheritance diagram for SctData::ChipCounterTestResult:
Public Member Functions | |
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. | |
StreamResult & | getStreamResult (const unsigned index) |
get StreamResult | |
const StreamResult & | getStreamResult (const unsigned index) const |
const get StreamResult stream in range 0->1 | |
Private Attributes | |
RangedVector< StreamResult > | streamResults |
Definition at line 12 of file ChipCounterTestResult.h.
|
Constructor.
Definition at line 16 of file ChipCounterTestResult.cpp. |
|
Destructor.
Definition at line 23 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 25 of file ChipCounterTestResult.cpp. |
|
const get StreamResult stream in range 0->1
Definition at line 29 of file ChipCounterTestResult.cpp. |
|
get StreamResult
Definition at line 33 of file ChipCounterTestResult.cpp. |