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