Belle II Software
release-08-01-10
|
FPGA fitter class. More...
#include <ScintillatorFirmware.h>
Public Member Functions | |
ScintillatorFirmware (int nPoints) | |
Constructor. More... | |
~ScintillatorFirmware () | |
Destructor. | |
enum ScintillatorFirmwareFitStatus | fit (const int *amp, int threshold, KLMScintillatorFirmwareFitResult *fitData) |
FPGA fitter. More... | |
Private Attributes | |
int | m_nPoints |
Number of points. | |
FPGA fitter class.
Definition at line 31 of file ScintillatorFirmware.h.
|
explicit |
Constructor.
[in] | nPoints | Number of points in amplitude arrays. |
Definition at line 14 of file ScintillatorFirmware.cc.
enum KLM::ScintillatorFirmwareFitStatus fit | ( | const int * | amp, |
int | threshold, | ||
KLMScintillatorFirmwareFitResult * | fitData | ||
) |
FPGA fitter.
[in] | amp | Digital amplitude. |
[in] | threshold | Threshold. |
[out] | fitData | Fit data. |
Definition at line 19 of file ScintillatorFirmware.cc.