Logo ROOT   6.14/05
Reference Guide
BoostControlPlots.h
Go to the documentation of this file.
1 #ifndef BoostControlPlots__HH
2 #define BoostControlPlots__HH
3 #include <vector>
4 #include <string>
5 #include "TLegend.h"
6 #include "TText.h"
7 #include "tmvaglob.h"
8 namespace TMVA{
9 
10 
11  // input: - Input file (result from TMVA),
12  // - use of TMVA plotting TStyle
13  // this macro is based on BDTControlPlots.C
14  void BoostControlPlots(TString dataset, TString fin = "TMVA.root", Bool_t useTMVAStyle = kTRUE );
15 
16  void boostcontrolplots(TString dataset, TDirectory *boostdir );
17 
18 }
19 #endif
Basic string class.
Definition: TString.h:131
bool Bool_t
Definition: RtypesCore.h:59
void BoostControlPlots(TString dataset, TString fin="TMVA.root", Bool_t useTMVAStyle=kTRUE)
Describe directory structure in memory.
Definition: TDirectory.h:34
void boostcontrolplots(TString dataset, TDirectory *boostdir)
Abstract ClassifierFactory template that handles arbitrary types.
const Bool_t kTRUE
Definition: RtypesCore.h:87