 |
Belle II Software
release-05-01-25
|
12 #include <tracking/trackFindingCDC/filters/segmentTriple/BaseSegmentTripleFilter.h>
13 #include <tracking/trackFindingCDC/fitting/CDCSZFitter.h>
14 #include <tracking/trackFindingCDC/filters/axialSegmentPair/SimpleAxialSegmentPairFilter.h>
21 namespace TrackFindingCDC {
24 class SimpleSegmentTripleFilter :
public Filter<CDCSegmentTriple> {
28 using Super = Filter<CDCSegmentTriple>;
37 Weight
operator()(
const CDCSegmentTriple& segmentTriple)
final;
CDCSZFitter m_szFitter
Memory of the SZ fitter fitting sz lines to the stereo segments.
Class implementing the Riemann fit for two dimensional trajectory circle.
CDCRiemannFitter m_riemannFitter
Memory of the Riemann fitter for the circle fits.
const CDCRiemannFitter & getFitter2D() const
Returns the xy fitter instance that is used by this filter.
const CDCSZFitter & getSZFitter() const
Returns the sz fitter instance that is used by this filter.
Abstract base class for different kinds of events.
Weight operator()(const CDCSegmentTriple &segmentTriple) final
Checks if a triple of axial, stereo and axial segments is a good combination to be stored.
Filter< CDCSegmentTriple > Super
Type of the base class.