Logo ROOT  
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"
8namespace 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
bool Bool_t
Definition: RtypesCore.h:59
const Bool_t kTRUE
Definition: RtypesCore.h:87
Describe directory structure in memory.
Definition: TDirectory.h:34
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)