9 #include <arich/dbobjects/ARICHFebTest.h>
16 if (i < m_deadChannel.size())
return m_deadChannel[i];
22 if (i < m_slopesRough.size())
return m_slopesRough[i];
28 if (i < m_slopesFine.size())
return m_slopesFine[i];
float getSlopeFine(unsigned int i) const
Return slope[mV/offset step] for i-th channel (fine settings)
float getSlopeRough(unsigned int i) const
Return slope[mV/offset step] for i-th channel (rough settings)
int getDeadChannel(unsigned int i) const
Return a channel number from the list of dead channels.
Abstract base class for different kinds of events.