ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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
14 
15  void BDTControlPlots( TString fin = "TMVA.root", Bool_t useTMVAStyle = kTRUE );
16  void bdtcontrolplots( TDirectory *bdtdir );
17 
18 
19 }
20 #endif
Basic string class.
Definition: TString.h:137
bool Bool_t
Definition: RtypesCore.h:59
void BDTControlPlots(TString fin="TMVA.root", Bool_t useTMVAStyle=kTRUE)
void bdtcontrolplots(TDirectory *)
Describe directory structure in memory.
Definition: TDirectory.h:44
const Bool_t kTRUE
Definition: Rtypes.h:91