Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
probas.h
Go to the documentation of this file.
1#ifndef probas__HH
2#define probas__HH
3
4#include "TString.h"
5
6namespace TMVA{
7
8 // this macro plots the MVA probability distributions (Signal and
9 // Background overlayed); of different MVA methods run in TMVA
10 // (e.g. running TMVAnalysis.C).
11
12 // input: - Input file (result from TMVA);
13 // - use of TMVA plotting TStyle
14 void probas(TString dataset, TString fin = "TMVA.root", Bool_t useTMVAStyle = kTRUE );
15}
16#endif
bool Bool_t
Definition RtypesCore.h:63
constexpr Bool_t kTRUE
Definition RtypesCore.h:100
Basic string class.
Definition TString.h:139
create variable transformations
void probas(TString dataset, TString fin="TMVA.root", Bool_t useTMVAStyle=kTRUE)