#include <PndPidMvaAssociatorTask.h>
Definition at line 41 of file PndPidMvaAssociatorTask.h.
◆ PndPidMvaAssociatorTask() [1/2]
PndPidMvaAssociatorTask::PndPidMvaAssociatorTask |
( |
| ) |
|
◆ PndPidMvaAssociatorTask() [2/2]
PndPidMvaAssociatorTask::PndPidMvaAssociatorTask |
( |
char const * |
name | ) |
|
◆ ~PndPidMvaAssociatorTask()
virtual PndPidMvaAssociatorTask::~PndPidMvaAssociatorTask |
( |
| ) |
|
|
virtual |
◆ Exec()
virtual void PndPidMvaAssociatorTask::Exec |
( |
Option_t * |
option | ) |
|
|
virtual |
◆ Finish()
virtual void PndPidMvaAssociatorTask::Finish |
( |
| ) |
|
|
virtual |
◆ Init()
virtual InitStatus PndPidMvaAssociatorTask::Init |
( |
| ) |
|
|
virtual |
Initialize the method. Called by runner.
◆ Register()
void PndPidMvaAssociatorTask::Register |
( |
| ) |
|
◆ Reset()
void PndPidMvaAssociatorTask::Reset |
( |
| ) |
|
◆ SetClassifier() [1/2]
void PndPidMvaAssociatorTask::SetClassifier |
( |
Mva_MethodType const & |
methodT | ) |
|
|
inline |
Set the classifier type.
- Parameters
-
methodT | The method to be used. |
Definition at line 199 of file PndPidMvaAssociatorTask.h.
201 fMethodType = methodT;
◆ SetClassifier() [2/2]
void PndPidMvaAssociatorTask::SetClassifier |
( |
std::string const & |
methodName | ) |
|
Set the classifier type.
- Parameters
-
methodName | The method to be used. |
◆ SetClassNames()
void PndPidMvaAssociatorTask::SetClassNames |
( |
std::vector< std::string > const & |
clNames | ) |
|
|
inline |
◆ SetKnnEventParams()
void PndPidMvaAssociatorTask::SetKnnEventParams |
( |
float |
scFact, |
|
|
double |
weight |
|
) |
| |
|
inline |
Set the scale factor and the event weight for KNN classifier.
- Parameters
-
scFact | Scale factor. |
weight | Events weight. |
Definition at line 204 of file PndPidMvaAssociatorTask.h.
◆ SetNumNeigh()
void PndPidMvaAssociatorTask::SetNumNeigh |
( |
size_t |
val | ) |
|
|
inline |
◆ SetParContainers()
virtual void PndPidMvaAssociatorTask::SetParContainers |
( |
| ) |
|
|
virtual |
◆ SetVarNames()
void PndPidMvaAssociatorTask::SetVarNames |
( |
std::vector< std::string > const & |
vNames | ) |
|
|
inlinevirtual |
◆ SetVerbose()
void PndPidMvaAssociatorTask::SetVerbose |
( |
Bool_t |
verb | ) |
|
|
inline |
◆ SetWeightFileName()
void PndPidMvaAssociatorTask::SetWeightFileName |
( |
std::string const & |
wFileName | ) |
|
|
inline |
- Parameters
-
wFileName | Input weight file. If not specified the standard file from the standard location is loaded. |
Definition at line 189 of file PndPidMvaAssociatorTask.h.
191 fWeightsFileName = wFileName;
The documentation for this class was generated from the following file: