9 #include <arich/dbobjects/ARICHAsicInfo.h>
10 #include <arich/dbobjects/ARICHFEBoardInfo.h>
17 if (i < 4)
return m_asicInfo[i];
24 if (i < 4) m_asicInfo[i] = asicInfo;
29 if (i < 4)
return m_asicsFEB[i];
36 if (i < 4) m_asicsFEB[i] = asicsFEB;
void setAsicPosition(unsigned int i, const std::string &asicsFEB)
Set Asic position.
ARICHAsicInfo * getAsicInfo(unsigned int i) const
Get Asic Info.
void setAsicInfo(unsigned int i, ARICHAsicInfo *asic)
Set Asic Info.
std::string getAsicPosition(unsigned int i) const
Get Asic position.
Abstract base class for different kinds of events.