template<typename ClassifierType, size_t Ndims = 9, typename CutType = double>
class Belle2::MLRange< ClassifierType, Ndims, CutType >
Range used for the Machine Learning assisted TrackFinding approach.
NOTE: This is where all the magic happens! For other Filters the SelectionVariable is responsible for calculating a value and then passes the calculated value to a Range, where a simple comparison occurs. In the case of ML Filters this is not easily possible if there should be different ML classifiers for different detector regions. Thus, the SelectionVariable simply passes down the hits and this Range is responsible for the calculation and the comparison.
Definition at line 29 of file MLRange.h.