Belle II Software
release-08-01-10
|
Test of the ARICH component. More...
#include <ARICHComponentTest.h>
Public Member Functions | |
ARICHComponentTest () | |
Default constructor. | |
ARICHComponentTest (int id, TTimeStamp timeStamp, int type, TObject *data) | |
Constructor. | |
~ARICHComponentTest () | |
Destructor. | |
int | getTestID () const |
Return Test Identifier. More... | |
void | setTestID (int id) |
Set Test Identifier. More... | |
std::string | getComponentID () |
Return Component Identifier. More... | |
void | setComponentID (const std::string &componentID) |
Set Component Identifier. More... | |
TTimeStamp | getTestTimeStamp () const |
Return Date of test measurement. More... | |
void | setTestTimeStamp (TTimeStamp timeStamp) |
Set Date of test measurement. More... | |
int | getMeasurementType () const |
Return measurement type. More... | |
void | setMeasurementType (int type) |
Set measurement type. More... | |
TObject * | getMeasurementData () const |
Return Measurement data. More... | |
void | setMeasurementData (TObject *data) |
Set Measurement data. More... | |
std::string | getComponentTestComment () |
Return comment. More... | |
void | setComponentTestComment (const std::string &comment) |
Set comment. More... | |
Private Member Functions | |
ClassDef (ARICHComponentTest, 1) | |
ClassDef. | |
Private Attributes | |
int | m_id |
Test Identfier. | |
std::string | m_componentID |
Component identifier. | |
TTimeStamp | m_timeStamp |
Date of test measurement. | |
int | m_type |
Measurement type. | |
TObject * | m_data |
Measurement data. | |
std::string | m_comment |
optional comment | |
Test of the ARICH component.
Definition at line 23 of file ARICHComponentTest.h.
std::string getComponentID | ( | ) |
Return Component Identifier.
std::string getComponentTestComment | ( | ) |
Return comment.
|
inline |
Return Measurement data.
Definition at line 89 of file ARICHComponentTest.h.
|
inline |
Return measurement type.
Definition at line 77 of file ARICHComponentTest.h.
|
inline |
|
inline |
Return Date of test measurement.
Definition at line 67 of file ARICHComponentTest.h.
|
inline |
Set Component Identifier.
Component | Identifier |
Definition at line 62 of file ARICHComponentTest.h.
|
inline |
|
inline |
Set Measurement data.
Measurement | data |
Definition at line 95 of file ARICHComponentTest.h.
|
inline |
Set measurement type.
mwasurement | type |
Definition at line 83 of file ARICHComponentTest.h.
|
inline |
|
inline |
Set Date of test measurement.
Date | of test measurement |
Definition at line 72 of file ARICHComponentTest.h.