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/trackFindingCDC/filters/base/MVAFilter.icc.h>
12
13using namespace Belle2;
14using namespace TrackFindingCDC;
15
17
19 : Super(std::make_unique<VarSet>(),
20 "trackfindingcdc_FeasibleSegmentRelationFilter",
21 0.04,
22 "trackfindingcdc_FeasibleSegmentRelationFilterParameters")
23{
24}
MVAFeasibleSegmentRelationFilter()
Constructor initialising the MVAFilter with standard training name for this filter.
MVA< BaseSegmentRelationFilter > Super
Type of the base class.
VariadicUnionVarSet< BasicSegmentRelationVarSet, HitGapSegmentRelationVarSet > VarSet
Type of the VarSet the filter is working on.
Filter based on a mva method.
Abstract base class for different kinds of events.
STL namespace.