Belle II Software  release-05-01-25
MVAFeasibleSegmentPairFilter.h
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2016 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Oliver Frost *
7  * *
8  * This software is provided "as is" without any warranty. *
9  **************************************************************************/
10 #pragma once
11 
12 #include <tracking/trackFindingCDC/filters/segmentPair/BasicSegmentPairVarSet.h>
13 #include <tracking/trackFindingCDC/filters/segmentPair/SkimmedHitGapSegmentPairVarSet.h>
14 
15 #include <tracking/trackFindingCDC/filters/base/MVAFilter.dcl.h>
16 
17 #include <tracking/trackFindingCDC/varsets/VariadicUnionVarSet.h>
18 
19 namespace Belle2 {
24  namespace TrackFindingCDC {
25 
26  using MVAFeasibleSegmentPairVarSet =
27  VariadicUnionVarSet<BasicSegmentPairVarSet, SkimmedHitGapSegmentPairVarSet>;
28 
30  class MVAFeasibleSegmentPairFilter : public MVAFilter<MVAFeasibleSegmentPairVarSet> {
31 
32  private:
34  using Super = MVAFilter<MVAFeasibleSegmentPairVarSet>;
35 
36  public:
39  };
40  }
42 }
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::TrackFindingCDC::MVAFeasibleSegmentPairFilter::Super
MVAFilter< MVAFeasibleSegmentPairVarSet > Super
Type of the base class.
Definition: MVAFeasibleSegmentPairFilter.h:42
Belle2::TrackFindingCDC::MVAFeasibleSegmentPairFilter::MVAFeasibleSegmentPairFilter
MVAFeasibleSegmentPairFilter()
Constructor initialising the MVAFilter with standard training name for this filter.
Definition: MVAFeasibleSegmentPairFilter.cc:19