8 #include <tracking/trackFindingCDC/filters/segmentPair/MVARealisticSegmentPairFilter.h>
10 #include <tracking/trackFindingCDC/filters/base/MVAFilter.icc.h>
13 using namespace TrackFindingCDC;
18 :
Super(
"trackfindingcdc_RealisticSegmentPairFilter", 0.02)
26 if (std::isnan(isFeasibleWeight)) {
Class representing a pair of one reconstructed axial segement and one stereo segment in adjacent supe...
void addProcessingSignalListener(ProcessingSignalListener *psl)
Register a processing signal listener to be notified.
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 to object for its signalness.
Abstract base class for different kinds of events.