ROOT
6.06/09
Reference Guide
|
This is the complete list of members for TMVA::Event, including all inherited members.
ClearDynamicVariables() | TMVA::Event | inlinestatic |
CopyVarValues(const Event &other) | TMVA::Event | |
Event() | TMVA::Event | |
Event(const Event &) | TMVA::Event | |
Event(const std::vector< Float_t > &values, const std::vector< Float_t > &targetValues, const std::vector< Float_t > &spectatorValues, UInt_t theClass=0, Double_t weight=1.0, Double_t boostweight=1.0) | TMVA::Event | explicit |
Event(const std::vector< Float_t > &values, const std::vector< Float_t > &targetValues, UInt_t theClass=0, Double_t weight=1.0, Double_t boostweight=1.0) | TMVA::Event | explicit |
Event(const std::vector< Float_t > &, UInt_t theClass, Double_t weight=1.0, Double_t boostweight=1.0) | TMVA::Event | explicit |
Event(const std::vector< Float_t * > *&, UInt_t nvar) | TMVA::Event | explicit |
fBoostWeight | TMVA::Event | mutableprivate |
fClass | TMVA::Event | private |
fDoNotBoost | TMVA::Event | mutableprivate |
fDynamic | TMVA::Event | private |
fgIgnoreNegWeightsInTraining | TMVA::Event | privatestatic |
fgIsTraining | TMVA::Event | privatestatic |
fSpectators | TMVA::Event | mutableprivate |
fTargets | TMVA::Event | private |
fValues | TMVA::Event | mutableprivate |
fValuesDynamic | TMVA::Event | mutableprivate |
fValuesRearranged | TMVA::Event | mutableprivate |
fVariableArrangement | TMVA::Event | mutableprivate |
fWeight | TMVA::Event | private |
GetBoostWeight() const | TMVA::Event | inline |
GetClass() const | TMVA::Event | inline |
GetNSpectators() const | TMVA::Event | |
GetNTargets() const | TMVA::Event | |
GetNVariables() const | TMVA::Event | |
GetOriginalWeight() const | TMVA::Event | inline |
GetSpectator(UInt_t ivar) const | TMVA::Event | |
GetSpectators() | TMVA::Event | inline |
GetSpectators() const | TMVA::Event | inline |
GetTarget(UInt_t itgt) const | TMVA::Event | inline |
GetTargets() | TMVA::Event | inline |
GetTargets() const | TMVA::Event | inline |
GetValue(UInt_t ivar) const | TMVA::Event | |
GetValues() | TMVA::Event | inline |
GetValues() const | TMVA::Event | |
GetWeight() const | TMVA::Event | |
IsDynamic() const | TMVA::Event | inline |
operator<<(std::ostream &os, const Event &event) | TMVA::Event | friend |
Print(std::ostream &o) const | TMVA::Event | |
ScaleBoostWeight(Double_t s) const | TMVA::Event | inline |
SetBoostWeight(Double_t w) const | TMVA::Event | inline |
SetClass(UInt_t t) | TMVA::Event | inline |
SetDoNotBoost() const | TMVA::Event | inline |
SetIgnoreNegWeightsInTraining(Bool_t) | TMVA::Event | static |
SetIsTraining(Bool_t) | TMVA::Event | static |
SetSpectator(UInt_t ivar, Float_t value) | TMVA::Event | |
SetTarget(UInt_t itgt, Float_t value) | TMVA::Event | |
SetVal(UInt_t ivar, Float_t val) | TMVA::Event | |
SetVariableArrangement(std::vector< UInt_t > *const m) const | TMVA::Event | |
SetWeight(Double_t w) | TMVA::Event | inline |
~Event() | TMVA::Event |