Belle II Software  release-08-01-10
MVARealisticAxialSegmentPairFilter.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/axialSegmentPair/BaseAxialSegmentPairFilter.h>
11 
12 #include <tracking/trackFindingCDC/filters/axialSegmentPair/MVAFeasibleAxialSegmentPairFilter.h>
13 
14 #include <tracking/trackFindingCDC/filters/axialSegmentPair/BasicAxialSegmentPairVarSet.h>
15 #include <tracking/trackFindingCDC/filters/axialSegmentPair/FitlessAxialSegmentPairVarSet.h>
16 #include <tracking/trackFindingCDC/filters/axialSegmentPair/FitAxialSegmentPairVarSet.h>
17 
18 #include <tracking/trackFindingCDC/filters/base/MVAFilter.dcl.h>
19 
20 #include <tracking/trackFindingCDC/varsets/VariadicUnionVarSet.h>
21 
22 namespace Belle2 {
27  namespace TrackFindingCDC {
28 
30  class MVARealisticAxialSegmentPairFilter : public MVA<BaseAxialSegmentPairFilter> {
31 
32  private:
35 
40 
41  public:
44 
46  using Super::operator();
47 
48  private:
50  Weight operator()(const CDCAxialSegmentPair& axialSegmentPair) override;
51 
52  private:
55  };
56  }
58 }
Class to compute floating point variables from a segment relation which can be recorded as a flat TNt...
Class representing a pair of reconstructed axial segements in adjacent superlayer.
Class to compute floating point variables from a segment relation which can be recorded as a flat TNt...
Class to compute floating point variables from a segment relation which can be recorded as a flat TNt...
Filter for the constuction of segment pairs based on simple criteria without the common fit.
MVARealisticAxialSegmentPairFilter()
Constructor initialising the MVAFilter with standard training name for this filter.
MVAFeasibleAxialSegmentPairFilter m_feasibleAxialSegmentPairFilter
Feasibility filter applied first before invoking the main cut.
Weight operator()(const CDCAxialSegmentPair &axialSegmentPair) override
Function to object for its signalness.
Filter based on a mva method.
Definition: MVAFilter.dcl.h:36
Class that accomodates many variable sets and presents them as on set of variables.
Abstract base class for different kinds of events.