 |
Belle II Software
release-05-02-19
|
21 class FilterInfo :
public TObject {
34 FilterInfo(
const std::string& aname,
double aresult,
bool accepted,
bool used) :
FilterInfo()
default constructor needed by root
double m_result
the result of the filter variable
double getResult()
returns the result of the filtervariable attached to this filter
bool getWasUsed()
returns if filter was evaluated
helper class to store the information for a Filter
std::string m_name
name of the FilterVariable
bool m_wasUsed
stores if filter was evaluated
Abstract base class for different kinds of events.
std::string getName()
getter function to get the name
ClassDef(FilterInfo, 1)
Class definition to make this a ROOT class.
bool m_wasAccepted
stores if filter was accepted
bool getWasAccepted()
returns if the event was accepted