Belle II Software  release-08-01-10
MVABackgroundClusterFilter.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/base/MVAFilter.dcl.h>
11 
12 #include <tracking/trackFindingCDC/filters/cluster/BasicClusterVarSet.h>
13 
14 namespace Belle2 {
19  namespace TrackFindingCDC {
20 
23  : public MVAFilter<BasicClusterVarSet> {
24 
25  public:
28 
29  public:
32  };
33  }
35 }
Background cluster detection based on MVA package.
MVABackgroundClusterFilter()
Constructor initialising the MVAFilter with standard training name for this filter.
Convience template to create a mva filter for a set of variables.
Definition: MVAFilter.dcl.h:92
Abstract base class for different kinds of events.