Belle II Software development
WireHitFilterSettings.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 <TObject.h>
11#include <string>
12namespace Belle2 {
20
21 class WireHitFilterSettings: public TObject {
22 public:
31
33 void setMVASwitchSuperLayer(int superLayer)
34 {
36 }
37
43
44 private:
47
49 };
50
51}
int getMVASwitchSuperLayer() const
Get from which SuperLayer to start using the MVA filter.
void setMVASwitchSuperLayer(int superLayer)
Set from which SuperLayer to start using the MVA filter.
ClassDef(WireHitFilterSettings, 1)
ClassDef, necessary for ROOT.
WireHitFilterSettings()=default
Default constructor.
int m_CombinedFilterMVASwitchSuperLayer
For the combined filter, super layer number from which to start using MVA.
~WireHitFilterSettings()=default
Destructor.
Abstract base class for different kinds of events.