9#include <tracking/trackFindingCDC/filters/segmentPair/MVARealisticSegmentPairFilter.h>
11#include <tracking/trackFindingCDC/filters/base/MVAFilter.icc.h>
14using namespace TrackFindingCDC;
19 :
Super(
"trackfindingcdc_RealisticSegmentPairFilter", 0.02,
"trackfindingcdc_RealisticSegmentPairFilterParameters")
27 if (std::isnan(isFeasibleWeight)) {
Class representing a pair of one reconstructed axial segment and one stereo segment in adjacent super...
Convenience template to create a mva filter for a set of variables.
Weight operator()(const CDCSegmentPair &segmentPair) final
Function to object for its signalness.
MVAFeasibleSegmentPairFilter m_feasibleSegmentPairFilter
Feasibility filter applied first before invoking the main cut.
MVARealisticSegmentPairFilter()
Constructor initialising the MVAFilter with standard training name for this filter.
Weight operator()(const Object &obj) override
Function extracting the variables of the object into the variable set.
Abstract base class for different kinds of events.