Loading [MathJax]/extensions/tex2jax.js
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
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
tmva
tmvagui
inc
TMVA
variables.h
Go to the documentation of this file.
1
#ifndef variables__HH
2
#define variables__HH
3
#include "
tmvaglob.h
"
4
namespace
TMVA
{
5
6
// this macro plots the distributions of the different input variables
7
// used in TMVA (e.g. running TMVAnalysis.C). Signal and Background are overlayed.
8
9
// input: - Input file (result from TMVA),
10
// - normal/decorrelated/PCA
11
// - use of TMVA plotting TStyle
12
void
variables
(
TString
fin =
"TMVA.root"
,
TString
dirName =
"InputVariables_Id"
,
TString
title =
"TMVA Input Variables"
,
13
Bool_t
isRegression =
kFALSE
,
Bool_t
useTMVAStyle =
kTRUE
);
14
}
15
#endif
TMVA::variables
void variables(TString fin="TMVA.root", TString dirName="InputVariables_Id", TString title="TMVA Input Variables", Bool_t isRegression=kFALSE, Bool_t useTMVAStyle=kTRUE)
Definition:
variables.cxx:10
TString
Basic string class.
Definition:
TString.h:137
Bool_t
bool Bool_t
Definition:
RtypesCore.h:59
kFALSE
const Bool_t kFALSE
Definition:
Rtypes.h:92
tmvaglob.h
TMVA
Abstract ClassifierFactory template that handles arbitrary types.
Definition:
MethodPyAdaBoost.h:29
kTRUE
const Bool_t kTRUE
Definition:
Rtypes.h:91