Belle II Software development
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
14namespace Belle2 {
19 namespace TrackFindingCDC {
20
23 : public MVAFilter<BasicClusterVarSet> {
24
25 public:
28
29 public:
32 };
33 }
35}
MVAFilter< BasicClusterVarSet > Super
Type of the base class.
MVABackgroundClusterFilter()
Constructor initialising the MVAFilter with standard training name for this filter.
MVAFilter(const std::string &defaultTrainingName="", double defaultCut=NAN, const std::string &defaultDBObjectName="")
Abstract base class for different kinds of events.