ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
probas.h
Go to the documentation of this file.
1 #ifndef probas__HH
2 #define probas__HH
3 #include <iostream>
4 #include <iomanip>
5 using std::cout;
6 using std::endl;
7 
8 #include "tmvaglob.h"
9 
10 #include "RQ_OBJECT.h"
11 
12 #include "TH1.h"
13 #include "TROOT.h"
14 #include "TList.h"
15 #include "TIterator.h"
16 #include "TStyle.h"
17 #include "TPad.h"
18 #include "TCanvas.h"
19 #include "TLatex.h"
20 #include "TLegend.h"
21 #include "TLine.h"
22 #include "TH2.h"
23 #include "TFormula.h"
24 #include "TFile.h"
25 #include "TApplication.h"
26 #include "TKey.h"
27 #include "TClass.h"
28 #include "TGaxis.h"
29 
30 #include "TGWindow.h"
31 #include "TGButton.h"
32 #include "TGLabel.h"
33 #include "TGNumberEntry.h"
34 namespace TMVA{
35 
36  // this macro plots the MVA probability distributions (Signal and
37  // Background overlayed); of different MVA methods run in TMVA
38  // (e.g. running TMVAnalysis.C).
39 
40  // input: - Input file (result from TMVA);
41  // - use of TMVA plotting TStyle
42  void probas( TString fin = "TMVA.root", Bool_t useTMVAStyle = kTRUE );
43 }
44 #endif
Basic string class.
Definition: TString.h:137
bool Bool_t
Definition: RtypesCore.h:59
void probas(TString fin="TMVA.root", Bool_t useTMVAStyle=kTRUE)
Definition: probas.cxx:40
const Bool_t kTRUE
Definition: Rtypes.h:91