ROOT
v6-20
Reference Guide
TMVAGui.h
Go to the documentation of this file.
1
#ifndef TMVAGui__HH
2
#define TMVAGui__HH
3
#include <iostream>
4
#include <vector>
5
6
#include "
TList.h
"
7
#include "
TROOT.h
"
8
#include "
TKey.h
"
9
#include "
TString.h
"
10
#include "
TControlBar.h
"
11
#include "
TObjString.h
"
12
#include "
TClass.h
"
13
14
#include "
tmvaglob.h
"
15
namespace
TMVA
{
16
17
18
TList
*
GetKeyList
(
const
TString
& pattern );
19
20
// utility function
21
void
ActionButton
(
TControlBar
* cbar,
22
const
TString
& title,
const
TString
& macro,
const
TString
& comment,
23
const
TString
& buttonType,
TString
requiredKey =
""
);
24
25
// main GUI
26
void
TMVAGui
(
const
char
* fName =
"TMVA.root"
,
TString
dataset =
""
);
27
28
struct
TMVAGUI
{
29
TMVAGUI
(
TString
name
=
"TMVA.root"
,
TString
dataset=
""
) {
30
TMVA::TMVAGui
(
name
.Data(),dataset);
31
}
32
};
33
34
}
35
36
37
#endif
TClass.h
TControlBar.h
name
char name[80]
Definition:
TGX11.cxx:109
TKey.h
TList.h
TObjString.h
TROOT.h
TString.h
TControlBar
A Control Bar is a fully user configurable tool which provides fast access to frequently used operati...
Definition:
TControlBar.h:22
TList
A doubly linked list.
Definition:
TList.h:44
TString
Basic string class.
Definition:
TString.h:131
TMVA
create variable transformations
Definition:
GeneticMinimizer.h:21
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:28
TMVA::TMVAGUI::TMVAGUI
TMVAGUI(TString name="TMVA.root", TString dataset="")
Definition:
TMVAGui.h:29
tmvaglob.h
tmva
tmvagui
inc
TMVA
TMVAGui.h
ROOT v6-20 - Reference Guide Generated on Fri Apr 1 2022 00:23:23 (GVA Time) using Doxygen 1.9.4