28#ifndef ROOT_TMVA_DataInputHandler
29#define ROOT_TMVA_DataInputHandler
112 std::vector<TreeInfo>::const_iterator
end(
const TString& className )
const {
return fInputTrees[className].end(); }
113 std::vector<TreeInfo>::const_iterator
Sbegin()
const {
return begin(
"Signal"); }
114 std::vector<TreeInfo>::const_iterator
Send()
const {
return end (
"Signal"); }
115 std::vector<TreeInfo>::const_iterator
Bbegin()
const {
return begin(
"Background"); }
116 std::vector<TreeInfo>::const_iterator
Bend()
const {
return end (
"Background"); }
#define ClassDef(name, id)
A specialized string object used for TTree selections.
ostringstream derivative to redirect and format output
TString fClassName
name of the class the tree belongs to
Double_t fWeight
weight for the tree
Types::ETreeType GetTreeType() const
const TString & GetClassName() const
Double_t GetWeight() const
Types::ETreeType fTreeType
tree is for training/testing/both
Bool_t fOwner
true if created from file
TreeInfo(TTree *tr, const TString &className, Double_t weight=1.0, Types::ETreeType tt=Types::kMaxTreeType, Bool_t own=kFALSE)
TTree * fTree
pointer to the tree
UInt_t GetEntries() const
Singleton class for Global types used by TMVA.
@ kMaxTreeType
also used as temporary storage for trees not yet assigned for testing;training...
Mother of all ROOT objects.
A TTree represents a columnar dataset.
virtual Long64_t GetEntries() const
create variable transformations