ROOT
Version v6.32
master
v6.34
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
►
bindings
►
core
►
documentation
►
geom
►
graf2d
►
graf3d
►
gui
►
hist
►
html
►
io
►
main
►
math
►
montecarlo
►
net
►
proof
►
roofit
►
sql
▼
tmva
doc
►
pymva
►
rmva
►
sofie
►
sofie_parsers
►
tmva
▼
tmvagui
▼
inc
▼
TMVA
►
annconvergencetest.h
►
BDT.h
►
BDT_Reg.h
►
BDTControlPlots.h
►
BoostControlPlots.h
►
compareanapp.h
►
correlations.h
►
correlationscatters.h
►
correlationscattersMultiClass.h
►
correlationsMultiClass.h
►
CorrGui.h
►
CorrGuiMultiClass.h
►
deviations.h
►
efficiencies.h
►
efficienciesMulticlass.h
►
likelihoodrefs.h
►
MovieMaker.h
►
mvaeffs.h
►
mvas.h
►
mvasMulticlass.h
►
mvaweights.h
►
network.h
►
paracoor.h
►
PlotFoams.h
►
probas.h
►
regression_averagedevs.h
►
rulevis.h
►
rulevisCorr.h
►
rulevisHists.h
►
tmvaglob.h
►
TMVAGui.h
►
TMVAMultiClassGui.h
►
TMVARegGui.h
►
training_history.h
►
variables.h
►
variablesMultiClass.h
►
src
►
tree
►
tutorials
►
v6-32-00-patches
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
TMVAGui.h
Go to the documentation of this file.
1
#ifndef TMVAGui__HH
2
#define TMVAGui__HH
3
4
5
#include "
TList.h
"
6
#include "
TKey.h
"
7
#include "
TString.h
"
8
#include "
TControlBar.h
"
9
10
#include "
tmvaglob.h
"
11
12
namespace
TMVA
{
13
14
15
TList
*
GetKeyList
(
const
TString
& pattern );
16
17
// utility function
18
void
ActionButton
(
TControlBar
*
cbar
,
19
const
TString
& title,
const
TString
&
macro
,
const
TString
& comment,
20
const
TString
&
buttonType
,
TString
requiredKey
=
""
);
21
22
// main GUI
23
void
TMVAGui
(
const
char
* fName =
"TMVA.root"
,
TString
dataset =
""
);
24
25
struct
TMVAGUI
{
26
TMVAGUI
(
TString
name
=
"TMVA.root"
,
TString
dataset=
""
) {
27
TMVA::TMVAGui
(
name
.Data(),dataset);
28
}
29
};
30
31
}
32
33
34
#endif
TControlBar.h
name
char name[80]
Definition
TGX11.cxx:110
TKey.h
TList.h
TString.h
ROOT::Detail::TRangeCast
Definition
TCollection.h:311
TControlBar
A Control Bar is a fully user configurable tool which provides fast access to frequently used operati...
Definition
TControlBar.h:26
TList
A doubly linked list.
Definition
TList.h:38
TString
Basic string class.
Definition
TString.h:139
TMVA
create variable transformations
Definition
GeneticMinimizer.h:22
TMVA::ActionButton
void ActionButton(TControlBar *cbar, const TString &title, const TString ¯o, const TString &comment, const TString &buttonType, TString requiredKey="")
TMVA::GetKeyList
TList * GetKeyList(const TString &pattern)
TMVA::TMVAGui
void TMVAGui(const char *fName="TMVA.root", TString dataset="")
TMVA::TMVAGUI
Definition
TMVAGui.h:25
TMVA::TMVAGUI::TMVAGUI
TMVAGUI(TString name="TMVA.root", TString dataset="")
Definition
TMVAGui.h:26
tmvaglob.h
tmva
tmvagui
inc
TMVA
TMVAGui.h
ROOT v6-32 - Reference Guide Generated on Mon Mar 24 2025 14:11:51 (GVA Time) using Doxygen 1.10.0