Belle II Software development
WireHitFilterSettings Class Reference

Database object to keep wirehit filter name and parameters. More...

#include <WireHitFilterSettings.h>

Inheritance diagram for WireHitFilterSettings:

Public Member Functions

 WireHitFilterSettings ()=default
 Default constructor.
 
 ~WireHitFilterSettings ()=default
 Destructor.
 
void setMVASwitchSuperLayer (int superLayer)
 Set from which SuperLayer to start using the MVA filter.
 
int getMVASwitchSuperLayer () const
 Get from which SuperLayer to start using the MVA filter.
 

Private Member Functions

 ClassDef (WireHitFilterSettings, 1)
 ClassDef, necessary for ROOT.
 

Private Attributes

int m_CombinedFilterMVASwitchSuperLayer = 2
 For the combined filter, super layer number from which to start using MVA.
 

Detailed Description

Database object to keep wirehit filter name and parameters.

Definition at line 21 of file WireHitFilterSettings.h.

Member Function Documentation

◆ getMVASwitchSuperLayer()

int getMVASwitchSuperLayer ( ) const
inline

Get from which SuperLayer to start using the MVA filter.

The previous SuperLayers will use the DB cuts

Definition at line 39 of file WireHitFilterSettings.h.

40 {
41 return m_CombinedFilterMVASwitchSuperLayer;
42 }

◆ setMVASwitchSuperLayer()

void setMVASwitchSuperLayer ( int superLayer)
inline

Set from which SuperLayer to start using the MVA filter.

The previous SuperLayers will use the DB cuts

Definition at line 33 of file WireHitFilterSettings.h.

34 {
35 m_CombinedFilterMVASwitchSuperLayer = superLayer;
36 }

Member Data Documentation

◆ m_CombinedFilterMVASwitchSuperLayer

int m_CombinedFilterMVASwitchSuperLayer = 2
private

For the combined filter, super layer number from which to start using MVA.

Definition at line 46 of file WireHitFilterSettings.h.


The documentation for this class was generated from the following file: