Logo ROOT   6.30.04
Reference Guide
 All Namespaces Files Pages
probas.h
Go to the documentation of this file.
1 #ifndef probas__HH
2 #define probas__HH
3 
4 #include "TString.h"
5 
6 namespace 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