Logo ROOT   6.16/01
Reference Guide
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"
9namespace TMVA{
10
11 TList* RegGuiGetKeyList( const TString& pattern );
12
13 // utility function
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
A Control Bar is a fully user configurable tool which provides fast access to frequently used operati...
Definition: TControlBar.h:22
A doubly linked list.
Definition: TList.h:44
Basic string class.
Definition: TString.h:131
Abstract ClassifierFactory template that handles arbitrary types.
TList * RegGuiGetKeyList(const TString &pattern)
void TMVARegGui(const char *fName="TMVAReg.root", TString dataset="")
void RegGuiActionButton(TControlBar *cbar, const TString &title, const TString &macro, const TString &comment, const TString &buttonType, TString requiredKey="")