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 segements in adjacent superlayer.
Base class for filters on a generic object type.
Filter for the constuction of segment triples based on simple criterions.
Weight operator()(const CDCSegmentTriple &segmentTriple) final
Checks if a triple of axial, stereo and axial segments is a good combination to be stored.
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.
const CDCSZFitter & getSZFitter() const
Returns the sz fitter instance that is used by this filter.
const CDCRiemannFitter & getFitter2D() const
Returns the xy fitter instance that is used by this filter.
Abstract base class for different kinds of events.