Float_t | fBoostWeight | internal weight to be set by boosting algorithm |
UInt_t | fClass | signal or background type: signal=1, background=0 |
Bool_t | fDynamic | is set when the dynamic values are taken |
UInt_t | fSignalClass | intermediate solution to keep IsSignal() of Event working. TODO: remove IsSignal() from Event |
vector<Float_t> | fSpectators | "visisting" variables which are never used for any calculation |
vector<Float_t> | fTargets | target values for regression |
vector<Float_t> | fValues | the event values |
vector<UInt_t>* | fVariableArrangement | needed for MethodCategories, where we can train on other than the main variables |
Float_t | fWeight | event weight (product of global and individual weights) |
static Int_t | fgCount | count instances of Event |
static vector<Float_t*>* | fgValuesDynamic | the event values |
constructor
constructor
constructor