#include <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 |
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 void | SetVarIndex (Int_t iVar) |
Private Attributes | |
const Event * | fEvent |
Double_t | fBkgWeight |
Double_t | fSigWeight |
const Event * | fEvent |
Static Private Attributes | |
static Int_t | fVarIndex |
Definition at line 31 of file BDTEventWrapper.h.
BDTEventWrapper::BDTEventWrapper | ( | const Event * | ) |
BDTEventWrapper::~BDTEventWrapper | ( | ) |
Definition at line 38 of file BDTEventWrapper.cxx.
TMVA::BDTEventWrapper::BDTEventWrapper | ( | const Event * | ) |
TMVA::BDTEventWrapper::~BDTEventWrapper | ( | ) |
Bool_t TMVA::BDTEventWrapper::operator< | ( | const BDTEventWrapper & | other | ) | const [inline] |
fType | - true for signal, false for background | |
weight | - the total weight |
fType | - true for signal, false for background | |
weight | - the total weight |
Definition at line 42 of file BDTEventWrapper.cxx.
References fBkgWeight, and fSigWeight.
fType | - true for signal, false for background |
Definition at line 53 of file BDTEventWrapper.cxx.
References fBkgWeight, and fSigWeight.
static void TMVA::BDTEventWrapper::SetVarIndex | ( | Int_t | iVar | ) | [inline, static] |
iVar | - index of the variable in fEvent to use |
Definition at line 59 of file BDTEventWrapper.h.
References fVarIndex.
Referenced by G__G__TMVA3_387_0_5(), and G__setup_memfuncTMVAcLcLBDTEventWrapper().
Double_t TMVA::BDTEventWrapper::GetVal | ( | ) | const [inline] |
Definition at line 65 of file BDTEventWrapper.h.
References fEvent, fVarIndex, and TMVA::Event::GetValue().
Referenced by operator<().
const Event* TMVA::BDTEventWrapper::operator * | ( | ) | const [inline] |
Bool_t TMVA::BDTEventWrapper::operator< | ( | const BDTEventWrapper & | other | ) | const |
fType | - true for signal, false for background | |
weight | - the total weight |
fType | - true for signal, false for background |
static void TMVA::BDTEventWrapper::SetVarIndex | ( | Int_t | iVar | ) | [inline, static] |
iVar | - index of the variable in fEvent to use |
Definition at line 59 of file BDTEventWrapper.h.
References fVarIndex.
Double_t TMVA::BDTEventWrapper::GetVal | ( | ) | const [inline] |
Definition at line 65 of file BDTEventWrapper.h.
References fEvent, fVarIndex, and TMVA::Event::GetValue().
const Event* TMVA::BDTEventWrapper::operator * | ( | ) | const [inline] |
Int_t BDTEventWrapper::fVarIndex [static, private] |
const Event* TMVA::BDTEventWrapper::fEvent [private] |
Double_t TMVA::BDTEventWrapper::fBkgWeight [private] |
Definition at line 73 of file BDTEventWrapper.h.
Referenced by BDTEventWrapper(), GetCumulativeWeight(), and SetCumulativeWeight().
Double_t TMVA::BDTEventWrapper::fSigWeight [private] |
Definition at line 74 of file BDTEventWrapper.h.
Referenced by BDTEventWrapper(), GetCumulativeWeight(), and SetCumulativeWeight().
const Event* TMVA::BDTEventWrapper::fEvent [private] |
Definition at line 71 of file BDTEventWrapper.h.