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
Get test identifier.
~ARICHComponentTest()
Destructor.
TTimeStamp getTestTimeStamp() const
Get date of test measurement.
ClassDef(ARICHComponentTest, 1)
ClassDef.
TObject * m_data
Measurement data.
int getMeasurementType() const
Get measurement type.
void setMeasurementType(int type)
Set measurement type.
std::string m_componentID
Component identifier.
ARICHComponentTest(int id, TTimeStamp timeStamp, int type, TObject *data)
Constructor.
std::string getComponentID()
Get component identifier.
void setTestTimeStamp(TTimeStamp timeStamp)
Set date of test measurement.
ARICHComponentTest()
Default constructor.
int m_type
Measurement type.
std::string getComponentTestComment()
Get 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.
TObject * getMeasurementData() const
Get measurement data.
Abstract base class for different kinds of events.