std::string m_comment
comment
void setCableID(int id)
Set cable identifier.
int getCableType() const
Get cable type.
void setCableComment(const std::string &comment)
Set comment.
void setCableLength(float length)
Set cable length.
ARICHCableInfo(int id, int type, float length)
Constructor.
std::string getCableComment() const
Get comment.
void setCableType(int type)
Set cable type.
ARICHCableInfo()
Default constructor.
int m_id
Cable Identifier.
float getCableLength() const
Get cable length.
ClassDef(ARICHCableInfo, 1)
ClassDef.
ARICHCableInfo(int id, int type, float length, const std::string &comment)
Constructor.
float m_length
Length of the Cable.
~ARICHCableInfo()
Destructor.
int getCableID() const
Get cable identifier.
Abstract base class for different kinds of events.