Fit a pulse with some PDF. More...
#include <Fitter.hh>
Public Member Functions | |
| Fitter () | |
| int | Initialize () |
| Initialize the module before starting a run. Return 0 if no error. | |
| int | Finalize () |
| Finalize state after a run has processed. Return 0 if no error. | |
| int | Process (ChannelData *chdata) |
| Process a single channel in a single trigger. Return 0 if no error. | |
Static Public Member Functions | |
| static const std::string | GetDefaultName () |
Public Attributes | |
| int | start_fit |
| first sample in fit range | |
| int | end_fit |
| last sample in fit range | |
| int | slow_sample_rate |
| int | start_slow_sample_rate |
Fit a pulse with some PDF.
Definition at line 16 of file Fitter.hh.
| Fitter::Fitter | ( | ) |
1.6.1