10#include <tracking/trackFindingCDC/filters/segmentTriple/BaseSegmentTripleFilter.h>
11#include <tracking/trackFindingCDC/fitting/CDCSZFitter.h>
12#include <tracking/trackFindingCDC/filters/axialSegmentPair/SimpleAxialSegmentPairFilter.h>
19 namespace TrackFindingCDC {
Class implementing the Riemann fit for two dimensional trajectory circle.
Class implementing the z coordinate over travel distance line fit.
Class representing a triple of reconstructed segments in adjacent superlayer.
Base class for filters on a generic object type.
Filter for the construction of segment triples based on simple criteria.
const CDCSZFitter & getSZFitter() const
Returns the sz fitter instance that is used by this filter.
Weight operator()(const CDCSegmentTriple &segmentTriple) final
Checks if a triple of axial, stereo and axial segments is a good combination to be stored.
const CDCRiemannFitter & getFitter2D() const
Returns the xy fitter instance that is used by this filter.
CDCSZFitter m_szFitter
Memory of the SZ fitter fitting sz lines to the stereo segments.
CDCRiemannFitter m_riemannFitter
Memory of the Riemann fitter for the circle fits.
Abstract base class for different kinds of events.