28 template<
typename ClassifierType,
size_t Ndims = 9,
typename CutType =
double>
55 void persist(TTree* ,
const std::string& ,
const std::string& )
Range used for the Machine Learning assisted TrackFinding approach.
bool contains(std::array< double, Ndims > hits) const
method used to decide if a hit combination passes the Machine Learning filter
ClassifierType * m_classifier
Pointer to classifier to be used.
void persist(TTree *, const std::string &, const std::string &)
For Storing this range.
MLRange(ClassifierType *classifier, CutType cut)
Constructor.
Abstract base class for different kinds of events.