Belle II Software  release-08-01-10
TrackingMVAFilterParameters Class Reference

Class for the MVA filter payloads. More...

#include <TrackingMVAFilterParameters.h>

Inheritance diagram for TrackingMVAFilterParameters:
Collaboration diagram for TrackingMVAFilterParameters:

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.
 

Detailed Description

Class for the MVA filter payloads.

Definition at line 19 of file TrackingMVAFilterParameters.h.


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