MBaselineModule Class Reference
[Modules]
List of all members.
Detailed Description
Module to calculate baseline parameters.
- Author:
- L. Kogler, M.Vignati Calculates the average baseline value, linear fit parameters (slope, intercept, rms), and RMS deviation from best fit line.
|
Public Member Functions |
|
| MBaselineModule (QSequence *s) |
|
void | Init () |
| | Init method is called before event loop.
|
|
QEvent * | Do (QEvent *ev) |
| | Doit method is called for each event, getting the event as argument.
|
|
void | Done () |
| | Done method is called after event loop.
|
Private Attributes |
|
Double_t | fBaseline |
| | Average value of baseline.
|
|
Double_t | fBaselineIntercept |
| | Intecept (c0) of linear fit.
|
|
Double_t | fBaselineSlope |
| | Slope (c1) of linear fit.
|
|
Double_t | fBaselineRMS |
| | RMS deviation from best fit line.
|
|
Int_t | fNumberOfBaselinePoints |
| | Number of points to include in calculation.
|
The documentation for this class was generated from the following files:
- /home/cuoresvn/cuore/pkg/modprepulse/MBaselineModule.hh
- /home/cuoresvn/cuore/pkg/modprepulse/MBaselineModule.cc