Belle II Software
release-08-01-10
|
A functor to provide a simple model of APV25 strip response. More...
#include <WaveFitter.h>
Public Member Functions | |
DefaultWave (double tau=s_default_tau) | |
Constructor takes waveform decay time as parameter. More... | |
double | getValue (double t) const |
getValue() returns the value at desired time and time shift. More... | |
double | getTau () const |
return the decay time | |
Static Public Attributes | |
static double | s_default_tau = 50 |
Default waveform decay time. | |
Private Attributes | |
double | m_tau |
Waveform decay time. | |
A functor to provide a simple model of APV25 strip response.
Definition at line 25 of file WaveFitter.h.
|
inline |
Constructor takes waveform decay time as parameter.
tau | waveform decay time |
Definition at line 31 of file WaveFitter.h.
|
inline |
getValue() returns the value at desired time and time shift.
It is normalized to unit amplitude (value at maximum).
t | time at which wave has to be calculated |
t0 | time shift - time when the wave starts to rise from 0 |
Definition at line 41 of file WaveFitter.h.