| library: libTMVA #include "Event.h" |

| ~Event() | |
| vector<TBranch*>& | Branches() |
| void | CopyVarValues(const TMVA::Event& other) |
| TMVA::Event | Event(const vector<TMVA::VariableInfo>&) |
| TMVA::Event | Event(const TMVA::Event&) |
| Float_t | GetBoostWeight() const |
| UInt_t | GetNVars() const |
| Float_t | GetVal(Int_t ivar) const |
| Float_t | GetValFloat(Int_t ivar) const |
| Int_t | GetValInt(Int_t ivar) const |
| Float_t | GetValueNormalized(Int_t ivar) const |
| Float_t | GetWeight() const |
| Bool_t | IsFloat(Int_t ivar) const |
| Bool_t | IsInt(Int_t ivar) const |
| Bool_t | IsSignal() const |
| void | Print(ostream& o) const |
| void | SetBoostWeight(Float_t w) |
| void | SetBranchAddresses(TTree* tr) |
| void | SetType(Int_t t) |
| void | SetVal(UInt_t ivar, Float_t val) |
| void | SetWeight(Float_t w) |
| Int_t | Type() const |
| Char_t | VarType(Int_t ivar) const |
| void | InitPointers(bool AllowExternalLink = kTRUE) |
| const vector<TMVA::VariableInfo>& | fVariables | the variables |
| void** | fVarPtr | array containing values |
| Int_t* | fVarPtrI | integer value |
| Float_t* | fVarPtrF | float value |
| Int_t | fType | signal or background type |
| Float_t | fWeight | event weight (product of global and individual weights) |
| Float_t | fBoostWeight | internal weight to be set by boosting algorithm |
| UInt_t | fCountI | the number of Integer variables |
| UInt_t | fCountF | the number of Float variables |
| vector<TBranch*> | fBranches | TTree branches |
| TMVA::MsgLogger | fLogger | message logger |
| static Int_t | fgCount | count instances of Event |