macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
void setBeamDetector(TBBeamDetector *beamdetect)
TBBeamDetector * m_beamdetect
void setErrory(double ey)
void setErrorz(double ez)
void setValidFlag(bool valid)
TBBeamDetector * getBeamDetector()
void setErrorx(double ex)