![]() |
Belle II Software
release-05-02-19
|
Waveform generator This is a functor to calculate signal values. More...
#include <SVDSimulationTools.h>

Public Member Functions | |
| WaveGenerator (waveFunction wave=w_betaprime) | |
| Constructor takes waveform function. | |
| void | setWaveFunction (waveFunction wave) |
| Set wave function. | |
| const apvSamples & | operator() (double t0, double tau) |
| Operator () returns 6 APV samples. | |
Private Attributes | |
| apvSamples | m_samples |
| for storage of computed data | |
| waveFunction | m_wave |
| the wave function | |
Waveform generator This is a functor to calculate signal values.
Constructs from a waveform function.
Definition at line 102 of file SVDSimulationTools.h.