Belle II Software  release-08-01-10
WaveGenerator Class Reference

Waveform generator This is a functor to calculate APV samples from waveform. More...

#include <SVDSimulationTools.h>

Collaboration diagram for WaveGenerator:

Public Member Functions

 WaveGenerator (WaveformShape waveform=w_betaprime)
 Constructor takes waveform function.
 
void setWaveform (WaveformShape waveform)
 Set waveform.
 
const apvSamplesoperator() (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
 

Detailed Description

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.


The documentation for this class was generated from the following file: