Logo ROOT   6.14/05
Reference Guide
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
void probas(TString dataset, TString fin="TMVA.root", Bool_t useTMVAStyle=kTRUE)
Basic string class.
Definition: TString.h:131
bool Bool_t
Definition: RtypesCore.h:59
Abstract ClassifierFactory template that handles arbitrary types.
const Bool_t kTRUE
Definition: RtypesCore.h:87