Logo ROOT   6.30.04
Reference Guide
 All Namespaces Files Pages
BDTControlPlots.h
Go to the documentation of this file.
1 #ifndef BDTControlPlots__HH
2 #define BDTControlPlots__HH
3 #include <vector>
4 #include <string>
5 #include "tmvaglob.h"
6 
7 #include "TH1.h"
8 #include "TGraph.h"
9 namespace TMVA{
10 
11  // input: - Input file (result from TMVA),
12  // - use of TMVA plotting TStyle
13  void bdtcontrolplots(TString dataset,TDirectory *);
14 
15  void BDTControlPlots(TString dataset, TString fin = "TMVA.root", Bool_t useTMVAStyle = kTRUE );
16  void bdtcontrolplots(TString dataset, TDirectory *bdtdir );
17 
18 
19 }
20 #endif