Inheritance diagram for MLCNullIdFilter:
The purpose of this filter is to discard events that are not useful in the procedure for the load curves determination. It will discard events that match any of the following:
To minimize loss of time, this filter should be run just after the event builder and the general SkipEvent filter parameter should be set to true.
filter LCNullIdFilter verbosity = info enable = true SkipEvents = true IsWP = false endmod
Public Member Functions | |
MLCNullIdFilter (QSequence *s) | |
constructor | |
~MLCNullIdFilter () | |
destructor | |
void | GetCuts () |
Get cuts from config file. | |
bool | Filter (const QEvent *ev) |
return true if ev passes the cuts | |
Private Attributes | |
bool | fIsWP |