Belle II Software development
|
Class for the MVA filter payloads. More...
#include <TrackingMVAFilterParameters.h>
Public Member Functions | |
TrackingMVAFilterParameters () | |
Default constructor. | |
~TrackingMVAFilterParameters () | |
Destructor. | |
void | setCutValue (const double cutValue) |
Set the MVA filter cut value (-1 if not used) | |
double | getCutValue () const |
Get the MVA filter cut value (-1 if not used) | |
void | setIdentifierName (const std::string identifier) |
Set the name of the weight file. | |
std::string | getIdentifierName () const |
Get the name of the weight file. | |
Private Member Functions | |
ClassDef (TrackingMVAFilterParameters, 1) | |
ClassDef, necessary for ROOT. | |
Private Attributes | |
double | m_cutValue |
MVA cut value. | |
std::string | m_weightFileIdentifier |
Name of the MVA weightfile. | |
Class for the MVA filter payloads.
Definition at line 19 of file TrackingMVAFilterParameters.h.
|
inline |
Default constructor.
Definition at line 22 of file TrackingMVAFilterParameters.h.
|
inline |
|
inline |
Get the MVA filter cut value (-1 if not used)
Definition at line 34 of file TrackingMVAFilterParameters.h.
|
inline |
Get the name of the weight file.
Definition at line 46 of file TrackingMVAFilterParameters.h.
|
inline |
Set the MVA filter cut value (-1 if not used)
Definition at line 28 of file TrackingMVAFilterParameters.h.
|
inline |
Set the name of the weight file.
Definition at line 40 of file TrackingMVAFilterParameters.h.
|
private |
MVA cut value.
Definition at line 53 of file TrackingMVAFilterParameters.h.
|
private |
Name of the MVA weightfile.
Definition at line 55 of file TrackingMVAFilterParameters.h.