46 double getChannelQE(
unsigned modId,
unsigned chNo)
const;
54 void setChannelQE(
unsigned modId,
unsigned chId,
double qe);
62 void addModule(
unsigned modId, std::vector<float>& qeList,
bool active);
The Class for information on HAPD modules installed in ARICH.
bool m_installed[N_HAPDS]
array of installed HAPDs
void setChannelQE(unsigned modId, unsigned chId, double qe)
Set channel quantum efficiency.
ARICHModulesInfo()
Default constructor.
double getChannelQE(unsigned modId, unsigned chNo) const
Get channel quantum efficiency.
bool isInstalled(unsigned modId) const
Check if module is installed.
ClassDef(ARICHModulesInfo, 1)
ClassDef, must be the last term before the closing {}.
bool isActive(unsigned modId) const
Check if module is active.
void print() const
Dump data.
bool m_active[N_HAPDS]
array of active HAPDs
std::vector< uint8_t > m_ChannelQE
Channel QE at 400nm.
void addModule(unsigned modId, std::vector< float > &qeList, bool active)
Add installed module.
Abstract base class for different kinds of events.