FairRoot/PandaRoot
Classes | Enumerations
PndPidMvaAssociatorTask.h File Reference
#include <string>
#include <vector>
#include "FairTask.h"

Go to the source code of this file.

Classes

class  PndPidMvaAssociatorTask
 

Enumerations

enum  Mva_MethodType {
  UNKNOWN_METHOD = 0, KNN = 1, LVQ = 2, TMVA_MLP = 3,
  TMVA_BDT = 4
}
 Method types for selecting which classifier to use. More...
 

Enumeration Type Documentation

Method types for selecting which classifier to use.

Enumerator
UNKNOWN_METHOD 
KNN 
LVQ 
TMVA_MLP 
TMVA_BDT 

Definition at line 32 of file PndPidMvaAssociatorTask.h.

33  {
34  UNKNOWN_METHOD = 0,
35  KNN = 1,// KNN methode
36  LVQ = 2, // LVQ
37  TMVA_MLP = 3, // Multi label TMVA ANN.
38  TMVA_BDT = 4 // Multi label TMVA BDT.
Mva_MethodType
Method types for selecting which classifier to use.