|
fdhwlib
2.0.25
|
#include <analysePulse.h>
Analyse the properties of a pulse in a given time series.
Definition at line 21 of file analysePulse.h.
| analysePulse::analysePulse | ( | ) |
| analysePulse::~analysePulse | ( | ) |
| unsigned long analysePulse::calcCharge | ( | unsigned short * | data, |
| int | n, | ||
| float | tresh, | ||
| unsigned short | pedestal | ||
| ) |
| int analysePulse::calcWidth | ( | unsigned short * | data, |
| int | n, | ||
| float | tresh | ||
| ) |
| void analysePulse::of | ( | unsigned short * | data, |
| int | n, | ||
| statistics * | noise | ||
| ) |
| unsigned long analysePulse::charge |
Definition at line 34 of file analysePulse.h.
| unsigned short analysePulse::pedestal |
Definition at line 40 of file analysePulse.h.
| float analysePulse::threshC |
Definition at line 38 of file analysePulse.h.
| float analysePulse::threshW |
Definition at line 36 of file analysePulse.h.
Definition at line 32 of file analysePulse.h.