![]() |
Belle II Software
release-05-02-19
|
struct for a shift of the shaper dsp More...
#include <shaperdsp.h>


Public Member Functions | |
| void | init (double, const ShaperDSP_t &) __attribute__((noinline)) |
| initialise | |
| shaperdspshift_t & | operator+= (const shaperdspshift_t &) |
| increment operator | |
| shaperdspshift_t | operator+ (const shaperdspshift_t &) const |
| addition operator | |
| sv123shift_t & | operator+= (const sv123shift_t &) |
| increment operator | |
| sv123shift_t | operator+ (const sv123shift_t &) const |
| addition operator | |
Public Attributes | |
| double | et0 |
| double | et1 |
| double | t |
| time | |
| double | s0 |
| sin of the first Bessel stage | |
| double | c0 |
| cos of the first Bessel stage | |
| double | s1 |
| sin of the second Bessel stage | |
| double | c1 |
| cos of the second Bessel stage | |
| double | e0 |
| exponent factor for first Bessel stage | |
| double | e1 |
| exponent factor for second Bessel stage | |
| double | es |
| first exponent factor for tail part of the signal. More... | |
| double | ed |
| second exponent factor for tail part of the signal. More... | |
struct for a shift of the shaper dsp
Definition at line 63 of file shaperdsp.h.
|
inherited |
second exponent factor for tail part of the signal.
Time of the differential stage
Definition at line 52 of file shaperdsp.h.
|
inherited |
first exponent factor for tail part of the signal.
Scintillation decay time
Definition at line 50 of file shaperdsp.h.