28 #ifndef ROOT_TMVA_DataInputHandler 29 #define ROOT_TMVA_DataInputHandler 51 #ifndef ROOT_TMVA_Types 97 void AddInputTrees (
TTree* inputTree,
const TCut& SigCut,
const TCut& BgCut);
105 std::vector< TString >* GetClassList()
const;
118 std::vector<TreeInfo>::const_iterator
begin(
const TString& className )
const {
return fInputTrees[className].begin(); }
119 std::vector<TreeInfo>::const_iterator
end(
const TString& className )
const {
return fInputTrees[className].end(); }
120 std::vector<TreeInfo>::const_iterator
Sbegin()
const {
return begin(
"Signal"); }
121 std::vector<TreeInfo>::const_iterator
Send()
const {
return end (
"Signal"); }
122 std::vector<TreeInfo>::const_iterator
Bbegin()
const {
return begin(
"Background"); }
123 std::vector<TreeInfo>::const_iterator
Bend()
const {
return end (
"Background"); }
128 void ClearTreeList(
const TString& className );
Types::ETreeType GetTreeType() const
Types::ETreeType fTreeType
const TString & GetClassName() const
#define ClassDef(name, id)
Double_t GetWeight() const
A specialized string object used for TTree selections.
TreeInfo(TTree *tr, const TString &className, Double_t weight=1.0, Types::ETreeType tt=Types::kMaxTreeType, Bool_t own=kFALSE)
UInt_t GetEntries() const
Mother of all ROOT objects.
Abstract ClassifierFactory template that handles arbitrary types.
virtual Long64_t GetEntries() const
A TTree object has a header with a name and a title.