MBaselineModule Class Reference
[Modules]

Inheritance diagram for MBaselineModule:

QModule QBaseModule

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.
QEventDo (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:

Generated on Tue Nov 16 10:50:01 2010 for CUORE Software by  doxygen 1.5.6