ROOT
6.10/09
Reference Guide
tmva
tmvagui
inc
TMVA
TMVARegGui.h
Go to the documentation of this file.
1
#ifndef TMVARegGui__HH
2
#define TMVARegGui__HH
3
#include <iostream>
4
#include <vector>
5
6
#include "
TROOT.h
"
7
#include "
TControlBar.h
"
8
#include "
tmvaglob.h
"
9
namespace
TMVA
{
10
11
TList
*
RegGuiGetKeyList
(
const
TString
& pattern );
12
13
// utility function
14
void
RegGuiActionButton
(
TControlBar
* cbar,
15
const
TString
& title,
const
TString
& macro,
const
TString
& comment,
16
const
TString
& buttonType,
TString
requiredKey =
""
);
17
18
// main GUI
19
void
TMVARegGui
(
const
char
* fName =
"TMVAReg.root"
,
TString
dataset=
""
);
20
}
21
#endif
TControlBar
A Control Bar is a fully user configurable tool which provides fast access to frequently used operati...
Definition:
TControlBar.h:22
TString
Basic string class.
Definition:
TString.h:129
TMVA::RegGuiGetKeyList
TList * RegGuiGetKeyList(const TString &pattern)
TControlBar.h
TList
A doubly linked list.
Definition:
TList.h:43
tmvaglob.h
TROOT.h
TMVA
Abstract ClassifierFactory template that handles arbitrary types.
Definition:
GeneticMinimizer.h:21
TMVA::TMVARegGui
void TMVARegGui(const char *fName="TMVAReg.root", TString dataset="")
TMVA::RegGuiActionButton
void RegGuiActionButton(TControlBar *cbar, const TString &title, const TString ¯o, const TString &comment, const TString &buttonType, TString requiredKey="")