![]() |
ROOT
6.06/09
Reference Guide
|
Definition at line 31 of file BDTEventWrapper.h.
Public Member Functions | |
BDTEventWrapper (const Event *) | |
~BDTEventWrapper () | |
Bool_t | operator< (const BDTEventWrapper &other) const |
void | SetCumulativeWeight (Bool_t type, Double_t weight) |
Double_t | GetCumulativeWeight (Bool_t type) const |
Double_t | GetVal () const |
const Event * | operator* () const |
Static Public Member Functions | |
static void | SetVarIndex (Int_t iVar) |
Static Private Member Functions | |
static Int_t & | GetVarIndex () |
Private Attributes | |
const Event * | fEvent |
Double_t | fBkgWeight |
Double_t | fSigWeight |
#include <TMVA/BDTEventWrapper.h>
BDTEventWrapper::BDTEventWrapper | ( | const Event * | e | ) |
Definition at line 29 of file BDTEventWrapper.cxx.
BDTEventWrapper::~BDTEventWrapper | ( | ) |
Definition at line 36 of file BDTEventWrapper.cxx.
fType | - true for signal, false for background |
Definition at line 51 of file BDTEventWrapper.cxx.
|
inline |
Definition at line 65 of file BDTEventWrapper.h.
Referenced by operator<().
|
inlinestaticprivate |
Definition at line 72 of file BDTEventWrapper.h.
Referenced by GetVal(), and SetVarIndex().
|
inline |
Definition at line 66 of file BDTEventWrapper.h.
|
inline |
Definition at line 81 of file BDTEventWrapper.h.
fType | - true for signal, false for background |
weight | - the total weight |
Definition at line 40 of file BDTEventWrapper.cxx.
iVar | - index of the variable in fEvent to use |
Definition at line 59 of file BDTEventWrapper.h.
Referenced by TMVA::MethodBDT::DeterminePreselectionCuts(), and TMVA::DecisionTree::TrainNodeFull().
|
private |
Definition at line 76 of file BDTEventWrapper.h.
Referenced by BDTEventWrapper(), GetCumulativeWeight(), and SetCumulativeWeight().
|
private |
Definition at line 72 of file BDTEventWrapper.h.
Referenced by GetVal(), and operator*().
|
private |
Definition at line 77 of file BDTEventWrapper.h.
Referenced by BDTEventWrapper(), GetCumulativeWeight(), and SetCumulativeWeight().