Logo ROOT  
Reference Guide
TMVARegGui.h
Go to the documentation of this file.
1#ifndef TMVARegGui__HH
2#define TMVARegGui__HH
3
4#include "TString.h"
5#include "TControlBar.h"
6#include "tmvaglob.h"
7
8namespace TMVA{
9
11
12 // utility function
14 const TString& title, const TString& macro, const TString& comment,
15 const TString& buttonType, TString requiredKey = "" );
16
17 // main GUI
18 void TMVARegGui( const char* fName = "TMVAReg.root", TString dataset="");
19}
20#endif
A Control Bar is a fully user configurable tool which provides fast access to frequently used operati...
Definition: TControlBar.h:26
A doubly linked list.
Definition: TList.h:38
Basic string class.
Definition: TString.h:136
static const std::string pattern("pattern")
static const std::string comment("comment")
create variable transformations
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="")