Belle II Software  release-08-01-10
MVAFeasibleTrackRelationFilter.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 #include <tracking/trackFindingCDC/filters/trackRelation/BaseTrackRelationFilter.h>
10 
11 #include <tracking/trackFindingCDC/filters/trackRelation/BasicTrackRelationVarSet.h>
12 #include <tracking/trackFindingCDC/filters/trackRelation/HitGapTrackRelationVarSet.h>
13 
14 #include <tracking/trackFindingCDC/filters/base/MVAFilter.dcl.h>
15 
16 #include <tracking/trackFindingCDC/varsets/VariadicUnionVarSet.h>
17 
18 namespace Belle2 {
23  namespace TrackFindingCDC {
24 
26  class MVAFeasibleTrackRelationFilter : public MVA<BaseTrackRelationFilter> {
27 
28  private:
31 
34 
35  public:
38  };
39  }
41 }
Filter for the constuction of track pairs based on simple criteria without the common fit.
MVAFeasibleTrackRelationFilter()
Constructor initialising the MVAFilter with standard training name for this filter.
Filter based on a mva method.
Definition: MVAFilter.dcl.h:36
AFilter Super
Type of the base class.
Class that accomodates many variable sets and presents them as on set of variables.
Abstract base class for different kinds of events.