Belle II Software
release-08-01-10
|
Class implementing the MaxSum algorithm. More...
#include <SVDMaxSumAlgorithm.h>
Public Member Functions | |
SVDMaxSumAlgorithm (const Belle2::SVDShaperDigit::APVFloatSamples samples) | |
Constructor with the APVFloatSamples. | |
virtual | ~SVDMaxSumAlgorithm () |
virtual destructor | |
int | getFirstFrame () |
std::vector< float > | getSelectedSamples () |
Protected Member Functions | |
void | applyAlgorithm () |
applies the algorithm | |
Protected Attributes | |
Belle2::SVDShaperDigit::APVFloatSamples | m_samples |
strip samples | |
std::pair< int, std::vector< float > > | m_result |
ADC of the acquired samples. More... | |
Class implementing the MaxSum algorithm.
Definition at line 20 of file SVDMaxSumAlgorithm.h.
|
inline |
Definition at line 43 of file SVDMaxSumAlgorithm.h.
|
inline |
Definition at line 48 of file SVDMaxSumAlgorithm.h.
|
protected |
ADC of the acquired samples.
first frame, 3 selected sample
Definition at line 57 of file SVDMaxSumAlgorithm.h.