Belle II Software development
|
Waveform generator This is a functor to calculate APV samples from waveform. More...
#include <SVDSimulationTools.h>
Public Member Functions | |
WaveGenerator (WaveformShape waveform=w_betaprime) | |
Constructor takes waveform function. | |
void | setWaveform (WaveformShape waveform) |
Set waveform. | |
const apvSamples & | operator() (double t0, double tau) |
Operator () returns 6 APV samples. | |
Private Attributes | |
apvSamples | m_samples |
for storage of computed data | |
WaveformShape | m_waveform |
the wave function | |
Waveform generator This is a functor to calculate APV samples from waveform.
Constructs from a waveform function.
Definition at line 152 of file SVDSimulationTools.h.
|
inline |
Constructor takes waveform function.
Definition at line 155 of file SVDSimulationTools.h.
|
inline |
Operator () returns 6 APV samples.
Definition at line 161 of file SVDSimulationTools.h.
|
inline |
|
private |
for storage of computed data
Definition at line 171 of file SVDSimulationTools.h.
|
private |
the wave function
Definition at line 172 of file SVDSimulationTools.h.