ROOT
6.10/09
Reference Guide
tmva
tmvagui
inc
TMVA
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
dataset,
TString
fin =
"TMVA.root"
,
Bool_t
useTMVAStyle =
kTRUE
);
43
}
44
#endif
RQ_OBJECT.h
TClass.h
TGaxis.h
TMVA::probas
void probas(TString dataset, TString fin="TMVA.root", Bool_t useTMVAStyle=kTRUE)
TGNumberEntry.h
TFile.h
TString
Basic string class.
Definition:
TString.h:129
TGWindow.h
Bool_t
bool Bool_t
Definition:
RtypesCore.h:59
TGLabel.h
TList.h
TCanvas.h
TIterator.h
TLegend.h
TKey.h
tmvaglob.h
TROOT.h
TH2.h
TStyle.h
TMVA
Abstract ClassifierFactory template that handles arbitrary types.
Definition:
GeneticMinimizer.h:21
TLatex.h
TH1.h
TPad.h
TLine.h
TGButton.h
TApplication.h
kTRUE
const Bool_t kTRUE
Definition:
RtypesCore.h:91