ROOT
6.06/09
Reference Guide
ROOT Home Page
Main Page
Related Pages
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
tmva
tmvagui
inc
TMVA
deviations.h
Go to the documentation of this file.
1
#ifndef deviations__HH
2
#define deviations__HH
3
4
#include "
TLegend.h
"
5
#include "
TText.h
"
6
#include "
TH2.h
"
7
8
#include "
TMVA/tmvaglob.h
"
9
#include "
TMVA/Types.h
"
10
namespace
TMVA
{
11
12
// this macro plots the resulting MVA distributions (Signal and
13
// Background overlayed); of different MVA methods run in TMVA
14
// (e.g. running TMVAnalysis.C).
15
16
17
// input: - Input file (result from TMVA);
18
// - use of TMVA plotting TStyle
19
void
deviations
(
TString
fin =
"TMVAReg.root"
,
20
HistType
htype =
kMVAType
,
Bool_t
showTarget =
kTRUE
,
Bool_t
useTMVAStyle =
kTRUE
);
21
22
23
24
}
25
#endif
Types.h
TText.h
TString
Basic string class.
Definition:
TString.h:137
Bool_t
bool Bool_t
Definition:
RtypesCore.h:59
TLegend.h
tmvaglob.h
TH2.h
TMVA::HistType
HistType
Definition:
Types.h:71
TMVA
Abstract ClassifierFactory template that handles arbitrary types.
Definition:
MethodPyAdaBoost.h:29
kTRUE
const Bool_t kTRUE
Definition:
Rtypes.h:91
TMVA::deviations
void deviations(TString fin="TMVAReg.root", HistType htype=kMVAType, Bool_t showTarget=kTRUE, Bool_t useTMVAStyle=kTRUE)
Definition:
deviations.cxx:16
TMVA::kMVAType
Definition:
Types.h:71