![]() |
Belle II Software development
|
Database object to keep wirehit filter name and parameters. More...
#include <WireHitFilterSettings.h>
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. | |
Database object to keep wirehit filter name and parameters.
Definition at line 21 of file WireHitFilterSettings.h.
|
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.
|
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.
|
private |
For the combined filter, super layer number from which to start using MVA.
Definition at line 46 of file WireHitFilterSettings.h.