StRoot
1
|
#include <Filter.h>
Protected Attributes | |
int | _analyzedCount |
int | _acceptedCount |
Abstract base class defining a filtering mechanism
This class does not implement a particular filter but rather simply define an interface for filtering classes which inherit from it.
Usage: Derived classes should use the following methods to implement the functionality of the filter. "accept( * ) overloaded to determine whether given filtered objet passes the filter requirements.