Belle II Software development
MVARealisticSegmentPairRelationFilter.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/segmentPairRelation/BaseSegmentPairRelationFilter.h>
11
12#include <tracking/trackFindingCDC/filters/segmentPairRelation/BasicSegmentPairRelationVarSet.h>
13#include <tracking/trackFindingCDC/filters/segmentPairRelation/FitSegmentPairRelationVarSet.h>
14
15#include <tracking/trackingUtilities/filters/base/MVAFilter.dcl.h>
16
17#include <tracking/trackingUtilities/varsets/VariadicUnionVarSet.h>
18
19namespace Belle2 {
24 namespace TrackFindingCDC {
25
42 }
44}
Class to compute floating point variables from an axial stereo segment pair relation which can be rec...
Class to compute floating point variables from an axial stereo segment pair relation which can be rec...
TrackingUtilities::MVA< BaseSegmentPairRelationFilter > Super
Type of the base class.
TrackingUtilities::VariadicUnionVarSet< BasicSegmentPairRelationVarSet, FitSegmentPairRelationVarSet > VarSet
Set of variables used in this filter.
MVARealisticSegmentPairRelationFilter()
Constructor initialising the MVAFilter with standard training name for this filter.
Filter based on a mva method.
Class that accommodates many variable sets and presents them as on set of variables.
Abstract base class for different kinds of events.