12 #include <TTimeStamp.h>
Test of the ARICH component.
std::string m_comment
optional comment
TTimeStamp m_timeStamp
Date of test measurement.
int getTestID() const
Return Test Identifier.
~ARICHComponentTest()
Destructor.
TTimeStamp getTestTimeStamp() const
Return Date of test measurement.
ClassDef(ARICHComponentTest, 1)
ClassDef.
TObject * m_data
Measurement data.
int getMeasurementType() const
Return measurement type.
void setMeasurementType(int type)
Set measurement type.
std::string m_componentID
Component identifier.
TObject * getMeasurementData() const
Return Measurement data.
ARICHComponentTest(int id, TTimeStamp timeStamp, int type, TObject *data)
Constructor.
std::string getComponentID()
Return Component Identifier.
void setTestTimeStamp(TTimeStamp timeStamp)
Set Date of test measurement.
ARICHComponentTest()
Default constructor.
int m_type
Measurement type.
std::string getComponentTestComment()
Return comment.
void setComponentID(const std::string &componentID)
Set Component Identifier.
void setMeasurementData(TObject *data)
Set Measurement data.
void setTestID(int id)
Set Test Identifier.
void setComponentTestComment(const std::string &comment)
Set comment.
Abstract base class for different kinds of events.