Definition at line 31 of file BDTEventWrapper.h.
#include <TMVA/BDTEventWrapper.h>
◆ BDTEventWrapper()
BDTEventWrapper::BDTEventWrapper |
( |
const Event * |
e | ) |
|
◆ ~BDTEventWrapper()
BDTEventWrapper::~BDTEventWrapper |
( |
| ) |
|
◆ GetCumulativeWeight()
Get the accumulated weight.
- Parameters
-
fType | - true for signal, false for background |
- Returns
- the cumulative weight for sorted signal/background events
Definition at line 64 of file BDTEventWrapper.cxx.
◆ GetVal() [1/2]
Double_t TMVA::BDTEventWrapper::GetVal |
( |
| ) |
const |
|
inline |
- Returns
- value of variable fVarIndex for this event
Definition at line 65 of file BDTEventWrapper.h.
◆ GetVal() [2/2]
◆ GetVarIndex()
static Int_t & TMVA::BDTEventWrapper::GetVarIndex |
( |
| ) |
|
|
inlinestaticprivate |
◆ operator*()
const Event * TMVA::BDTEventWrapper::operator* |
( |
| ) |
const |
|
inline |
◆ operator<()
◆ SetCumulativeWeight()
Set the accumulated weight, for sorted signal/background events.
- Parameters
-
fType | - true for signal, false for background |
weight | - the total weight |
Definition at line 54 of file BDTEventWrapper.cxx.
◆ SetVarIndex()
static void TMVA::BDTEventWrapper::SetVarIndex |
( |
Int_t |
iVar | ) |
|
|
inlinestatic |
- Parameters
-
iVar | - index of the variable in fEvent to use |
Definition at line 59 of file BDTEventWrapper.h.
◆ fBkgWeight
Double_t TMVA::BDTEventWrapper::fBkgWeight |
|
private |
◆ fEvent
const Event* TMVA::BDTEventWrapper::fEvent |
|
private |
◆ fSigWeight
Double_t TMVA::BDTEventWrapper::fSigWeight |
|
private |
[legend]
The documentation for this class was generated from the following files: