Logo ROOT  
Reference Guide
BoostControlPlots.h
Go to the documentation of this file.
1#ifndef BoostControlPlots__HH
2#define BoostControlPlots__HH
3
4#include "tmvaglob.h"
5
6namespace TMVA{
7
8
9 // input: - Input file (result from TMVA),
10 // - use of TMVA plotting TStyle
11 // this macro is based on BDTControlPlots.C
12 void BoostControlPlots(TString dataset, TString fin = "TMVA.root", Bool_t useTMVAStyle = kTRUE );
13
14 void boostcontrolplots(TString dataset, TDirectory *boostdir );
15
16}
17#endif
bool Bool_t
Definition: RtypesCore.h:61
const Bool_t kTRUE
Definition: RtypesCore.h:89
Describe directory structure in memory.
Definition: TDirectory.h:40
Basic string class.
Definition: TString.h:131
create variable transformations
void boostcontrolplots(TString dataset, TDirectory *boostdir)
void BoostControlPlots(TString dataset, TString fin="TMVA.root", Bool_t useTMVAStyle=kTRUE)