#include <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 |
| 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 | |
| Double_t | fWeight |
| name of the class the tree belongs to | |
| Types::ETreeType | fTreeType |
| weight for the tree | |
| Bool_t | fOwner |
| tree is for training/testing/both | |
| TTree * | fTree |
Definition at line 59 of file DataInputHandler.h.
| TMVA::TreeInfo::TreeInfo | ( | TTree * | tr, | |
| const TString & | className, | |||
| Double_t | weight = 1.0, |
|||
| Types::ETreeType | tt = Types::kMaxTreeType, |
|||
| Bool_t | own = kFALSE | |||
| ) | [inline] |
Definition at line 63 of file DataInputHandler.h.
| TMVA::TreeInfo::~TreeInfo | ( | ) | [inline] |
| TMVA::TreeInfo::TreeInfo | ( | TTree * | tr, | |
| const TString & | className, | |||
| Double_t | weight = 1.0, |
|||
| Types::ETreeType | tt = Types::kMaxTreeType, |
|||
| Bool_t | own = kFALSE | |||
| ) | [inline] |
Definition at line 63 of file DataInputHandler.h.
| TMVA::TreeInfo::~TreeInfo | ( | ) | [inline] |
| TTree* TMVA::TreeInfo::GetTree | ( | ) | const [inline] |
Definition at line 67 of file DataInputHandler.h.
References fTree.
Referenced by TMVA::DataSetFactory::BuildEventVector(), and TMVA::DataSetFactory::ChangeToNewTree().
| Double_t TMVA::TreeInfo::GetWeight | ( | ) | const [inline] |
Definition at line 68 of file DataInputHandler.h.
References fWeight.
Referenced by TMVA::DataSetFactory::BuildEventVector().
| UInt_t TMVA::TreeInfo::GetEntries | ( | ) | const [inline] |
| Types::ETreeType TMVA::TreeInfo::GetTreeType | ( | ) | const [inline] |
Definition at line 70 of file DataInputHandler.h.
References fTreeType.
Referenced by TMVA::DataSetFactory::BuildEventVector().
| const TString& TMVA::TreeInfo::GetClassName | ( | ) | const [inline] |
Definition at line 71 of file DataInputHandler.h.
References fClassName.
Referenced by TMVA::DataSetFactory::ChangeToNewTree().
| TTree* TMVA::TreeInfo::GetTree | ( | ) | const [inline] |
| Double_t TMVA::TreeInfo::GetWeight | ( | ) | const [inline] |
| UInt_t TMVA::TreeInfo::GetEntries | ( | ) | const [inline] |
| Types::ETreeType TMVA::TreeInfo::GetTreeType | ( | ) | const [inline] |
| const TString& TMVA::TreeInfo::GetClassName | ( | ) | const [inline] |
TTree* TMVA::TreeInfo::fTree [private] |
Definition at line 75 of file DataInputHandler.h.
Referenced by GetEntries(), GetTree(), and ~TreeInfo().
TString TMVA::TreeInfo::fClassName [private] |
Double_t TMVA::TreeInfo::fWeight [private] |
name of the class the tree belongs to
Definition at line 77 of file DataInputHandler.h.
Referenced by GetWeight().
Types::ETreeType TMVA::TreeInfo::fTreeType [private] |
Bool_t TMVA::TreeInfo::fOwner [private] |
tree is for training/testing/both
Definition at line 79 of file DataInputHandler.h.
Referenced by ~TreeInfo().
TTree* TMVA::TreeInfo::fTree [private] |
Definition at line 75 of file DataInputHandler.h.
1.5.1