
Applies the optimumfilter reading average pulse and noise from file or computing them with data.
module OptimumFilter verbosity = info enable = true LoadFromFile = true endmod
Public Member Functions | |
| MOptimumFilter (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. | |
Private Attributes | |
| std::map< int, OptimumFilter * > | fOptimumFilter |
| underlying Optimum filter computation class | |
| int | fNumChannels |
| int | fPreviousRun |
| int | TriggerPos |
| string | AvgPulseFileName |
| string | nPSFileName |
| bool | loadFromFile |
| bool | Diff |
| bool | LoadFromTXO |
| bool | fMaxInterpolationOn |
| bool | fWienerSafe |
| bool | fSaveFilteredSamples |
1.5.6