MPulseFit Class Reference
[Modules]
List of all members.
Detailed Description
Pulse fitter abstract module.
- Author:
- Marco Vignati
|
Public Member Functions |
|
| MPulseFit (QSequence *s) |
|
| MPulseFit (const std::string &name, QSequence *s) |
|
virtual void | Init () |
| | Init method is called before event loop.
|
|
virtual QEvent * | Do (QEvent *ev) |
| | Doit method is called for each event, getting the event as argument.
|
|
virtual void | Done () |
| | Done method is called after event loop.
|
Protected Member Functions |
|
void | SetHeight (QEvent *ev, double height) |
|
void | SetParameters (QEvent *ev, const QVector ¶ms) |
|
void | SetIsFitted (QEvent *ev, bool isFitted) |
|
void | SetModel (QEvent *ev, const std::string &model) |
Protected Attributes |
|
QError | err |
The documentation for this class was generated from the following files:
- /home/cuoresvn/cuore/pkg/modrespfunc/MPulseFit.hh
- /home/cuoresvn/cuore/pkg/modrespfunc/MPulseFit.cc