~BDTEventWrapper() | |
TMVA::BDTEventWrapper | BDTEventWrapper(const TMVA::Event*) |
TMVA::BDTEventWrapper | BDTEventWrapper(const TMVA::BDTEventWrapper&) |
Double_t | GetCumulativeWeight(Bool_t type) const |
Double_t | GetVal() const |
const TMVA::Event* | operator*() const |
Bool_t | operator<(const TMVA::BDTEventWrapper& other) const |
void | SetCumulativeWeight(Bool_t type, Double_t weight) |
static void | SetVarIndex(Int_t iVar) |
Set the index of the variable to compare on * @param iVar - index of the variable in fEvent to use
{ if (iVar >= 0) fVarIndex = iVar; }