Belle II Software development
TrackingMVAFilterParameters Class Reference

Class for the MVA filter payloads. More...

#include <TrackingMVAFilterParameters.h>

Inheritance 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.

Constructor & Destructor Documentation

◆ TrackingMVAFilterParameters()

Default constructor.

Definition at line 22 of file TrackingMVAFilterParameters.h.

std::string m_weightFileIdentifier
Name of the MVA weightfile.

◆ ~TrackingMVAFilterParameters()

Destructor.

Definition at line 25 of file TrackingMVAFilterParameters.h.

25{}

Member Function Documentation

◆ getCutValue()

double getCutValue ( ) const
inline

Get the MVA filter cut value (-1 if not used)

Definition at line 34 of file TrackingMVAFilterParameters.h.

35 {
36 return m_cutValue;
37 }

◆ getIdentifierName()

std::string getIdentifierName ( ) const
inline

Get the name of the weight file.

Definition at line 46 of file TrackingMVAFilterParameters.h.

47 {
49 }

◆ setCutValue()

void setCutValue ( const double  cutValue)
inline

Set the MVA filter cut value (-1 if not used)

Definition at line 28 of file TrackingMVAFilterParameters.h.

29 {
30 m_cutValue = cutValue;
31 }

◆ setIdentifierName()

void setIdentifierName ( const std::string  identifier)
inline

Set the name of the weight file.

Definition at line 40 of file TrackingMVAFilterParameters.h.

41 {
42 m_weightFileIdentifier = identifier;
43 }

Member Data Documentation

◆ m_cutValue

double m_cutValue
private

MVA cut value.

Definition at line 53 of file TrackingMVAFilterParameters.h.

◆ m_weightFileIdentifier

std::string m_weightFileIdentifier
private

Name of the MVA weightfile.

Definition at line 55 of file TrackingMVAFilterParameters.h.


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