9#include <arich/dbobjects/ARICHHapdChipInfo.h>
36 for (
unsigned int i = 0; i < acurrent.size(); i++)
m_avalancheCurrent.push_back(acurrent[i]);
std::vector< int > m_badChannel
List of bad (cut and dead channels) on the HAPD chip.
int getBadChannel(unsigned int i) const
Get a channel number from the list of bad channels.
void setBombardmentCurrent(std::vector< TGraph * > bcurrent)
Set bombardment current as a function of high voltage.
TGraph * getAvalancheCurrent(unsigned int i) const
Get avalanche current as a function of bias voltage.
std::vector< int > m_cutChannel
List of cut channels on the HAPD chip.
int getCutChannel(unsigned int i) const
Get a channel number from the list of cut channels.
std::vector< TGraph * > m_avalancheCurrent
Avalanche Current as a function of bias voltage.
std::vector< TGraph * > m_bombardmentCurrent
Bombardment Current as a function of high voltage.
TGraph * getBombardmentCurrent(unsigned int i) const
Get bombardment current as a function of high voltage.
void setAvalancheCurrent(std::vector< TGraph * > acurrent)
Set avalanche current as a function of bias voltage.
Abstract base class for different kinds of events.