2 #ifndef AIDA_IFILTERROOT_H 
    3 #define AIDA_IFILTERROOT_H 1 
    5 #include <AIDA/IFilter.h> 
   40   virtual bool accept() 
const ;
 
virtual std::string expression() const 
Get the expression that defined the IFilter. 
Definition: IFilterROOT.cc:19
 
User's level interface of an IFilter. 
Definition: IFilterROOT.h:19
 
virtual bool accept() const 
Check if the IFilter accepts or not the data in the current row of the ITuple it is associated to...
Definition: IFilterROOT.cc:13
 
User's level interface of an IFilter. 
Definition: IFilter.h:28
 
virtual ~IFilterROOT()
Destructor. 
Definition: IFilterROOT.h:23
 
virtual bool initialize(ITuple &tuple)
Initialize the IFilter and associate it to an ITuple. 
Definition: IFilterROOT.cc:7