32 FilterInfo(
const std::string& aname,
double aresult,
bool accepted,
bool used) :
double getResult() const
returns the result of the filtervariable attached to this filter
bool m_wasUsed
stores if filter was evaluated
double m_result
the result of the filter variable
const std::string & getName() const
getter function to get the name
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 getWasAccepted() const
returns if the event was accepted
ClassDef(FilterInfo, 1)
Class definition to make this a ROOT class.
bool getWasUsed() const
returns if filter was evaluated
std::string m_name
name of the FilterVariable
Abstract base class for different kinds of events.