 |
Belle II Software
release-05-02-19
|
24 class TOPASICGains :
public TObject {
58 bool setGains(
const std::vector<float>& gains,
float error = 0);
unsigned short m_asicWindow
ASIC window number.
unsigned getSize() const
Return window size (number of pedestal samples)
unsigned short m_gainError
gain error (fixed point format)
ClassDef(TOPASICGains, 1)
ClassDef.
float getValue(unsigned i) const
Return relative gain for i-th sample.
Abstract base class for different kinds of events.
float getError() const
Return gain uncertainly.
unsigned getASICWindow() const
Return ASIC window number.
bool setGains(const std::vector< float > &gains, float error=0)
Set gains.
unsigned short m_unit
unit of fixed point number
@ c_WindowSize
number of samples
@ c_Unit
unit of fixed point number
Calibration constants of a single ASIC window: gains.
unsigned short m_gains[c_WindowSize]
gains (in fixed point format)
TOPASICGains()
Default constructor.