![]() |
ROOT
6.06/09
Reference Guide
|
Definition at line 59 of file DataInputHandler.h.
Public Member Functions | |
| TreeInfo (TTree *tr, const TString &className, Double_t weight=1.0, Types::ETreeType tt=Types::kMaxTreeType, Bool_t own=kFALSE) | |
| ~TreeInfo () | |
| TTree * | GetTree () const |
| Double_t | GetWeight () const |
| UInt_t | GetEntries () const |
| Types::ETreeType | GetTreeType () const |
| const TString & | GetClassName () const |
Private Attributes | |
| TTree * | fTree |
| TString | fClassName |
| pointer to the tree More... | |
| Double_t | fWeight |
| name of the class the tree belongs to More... | |
| Types::ETreeType | fTreeType |
| weight for the tree More... | |
| Bool_t | fOwner |
| tree is for training/testing/both More... | |
#include <TMVA/DataInputHandler.h>
Collaboration diagram for TMVA::TreeInfo:
|
inline |
Definition at line 63 of file DataInputHandler.h.
|
inline |
Definition at line 65 of file DataInputHandler.h.
|
inline |
Definition at line 71 of file DataInputHandler.h.
Referenced by TMVA::DataSetFactory::ChangeToNewTree().
|
inline |
Definition at line 69 of file DataInputHandler.h.
|
inline |
Definition at line 67 of file DataInputHandler.h.
Referenced by TMVA::DataSetFactory::BuildEventVector(), and TMVA::DataSetFactory::ChangeToNewTree().
|
inline |
Definition at line 70 of file DataInputHandler.h.
Referenced by TMVA::DataSetFactory::BuildEventVector().
|
inline |
Definition at line 68 of file DataInputHandler.h.
Referenced by TMVA::DataSetFactory::BuildEventVector().
|
private |
|
private |
tree is for training/testing/both
Definition at line 79 of file DataInputHandler.h.
Referenced by ~TreeInfo().
|
private |
Definition at line 75 of file DataInputHandler.h.
Referenced by GetEntries(), GetTree(), and ~TreeInfo().
|
private |
|
private |
name of the class the tree belongs to
Definition at line 77 of file DataInputHandler.h.
Referenced by GetWeight().