Belle II Software development
FitlessSegmentPairFilter.h
1/**************************************************************************
2 * basf2 (Belle II Analysis Software Framework) *
3 * Author: The Belle II Collaboration *
4 * *
5 * See git log for contributors and copyright holders. *
6 * This file is licensed under LGPL-3.0, see LICENSE.md. *
7 **************************************************************************/
8#pragma once
9
10#include <tracking/trackFindingCDC/filters/segmentPair/SkimmedHitGapSegmentPairVarSet.h>
11
12#include <tracking/trackingUtilities/filters/base/FilterOnVarSet.dcl.h>
13
14namespace Belle2 {
19 namespace TrackingUtilities {
20 class CDCSegmentPair;
21 }
22 namespace TrackFindingCDC {
23
25 class FitlessSegmentPairFilter : public TrackingUtilities::FilterOnVarSet<SkimmedHitGapSegmentPairVarSet> {
26
27 private:
30
31 public:
33 TrackingUtilities::Weight operator()(const TrackingUtilities::CDCSegmentPair& segmentPair) final;
34 };
35 }
37}
Filter for the construction of segment pairs based on simple criteria without the common fit.
TrackingUtilities::FilterOnVarSet< SkimmedHitGapSegmentPairVarSet > Super
Type of the base class.
TrackingUtilities::Weight operator()(const TrackingUtilities::CDCSegmentPair &segmentPair) final
Checks if a pair of segments is a good combination.
Class representing a pair of one reconstructed axial segment and one stereo segment in adjacent super...
Convenience template to create a filter operating on a specific set of variables.
Abstract base class for different kinds of events.