Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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:63
constexpr Bool_t kTRUE
Definition RtypesCore.h:100
Describe directory structure in memory.
Definition TDirectory.h:45
Basic string class.
Definition TString.h:139
create variable transformations
void boostcontrolplots(TString dataset, TDirectory *boostdir)
void BoostControlPlots(TString dataset, TString fin="TMVA.root", Bool_t useTMVAStyle=kTRUE)