Belle II Software development
MVAFeasibleSegmentRelationFilter.cc
1
2/**************************************************************************
3 * basf2 (Belle II Analysis Software Framework) *
4 * Author: The Belle II Collaboration *
5 * *
6 * See git log for contributors and copyright holders. *
7 * This file is licensed under LGPL-3.0, see LICENSE.md. *
8 **************************************************************************/
9#include <tracking/trackFindingCDC/filters/segmentRelation/MVAFeasibleSegmentRelationFilter.h>
10
11#include <tracking/trackingUtilities/filters/base/MVAFilter.icc.h>
12
13using namespace Belle2;
14using namespace TrackFindingCDC;
15using namespace TrackingUtilities;
16
18
20 : Super(std::make_unique<VarSet>(),
21 "trackfindingcdc_FeasibleSegmentRelationFilter",
22 0.04,
23 "trackfindingcdc_FeasibleSegmentRelationFilterParameters")
24{
25}
TrackingUtilities::VariadicUnionVarSet< BasicSegmentRelationVarSet, HitGapSegmentRelationVarSet > VarSet
Type of the TrackingUtilities::VarSet the filter is working on.
MVAFeasibleSegmentRelationFilter()
Constructor initialising the MVAFilter with standard training name for this filter.
TrackingUtilities::MVA< BaseSegmentRelationFilter > Super
Type of the base class.
Filter based on a mva method.
Abstract base class for different kinds of events.
STL namespace.