32 FilterInfo(
const std::string& aname,
double aresult,
bool accepted,
bool used) :
helper class to store the information for a Filter
bool m_wasUsed
stores if filter was evaluated
double m_result
the result of the filter variable
bool getWasAccepted()
returns if the event was accepted
FilterInfo(const std::string &aname, double aresult, bool accepted, bool used)
no setters so use this one to put in the information!
bool m_wasAccepted
stores if filter was accepted
FilterInfo()
default constructor needed by root
bool getWasUsed()
returns if filter was evaluated
double getResult()
returns the result of the filtervariable attached to this filter
std::string getName()
getter function to get the name
ClassDef(FilterInfo, 1)
Class definition to make this a ROOT class.
std::string m_name
name of the FilterVariable
Abstract base class for different kinds of events.