ROOT  6.06/09
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"
9 namespace TMVA{
10 
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" );
20 }
21 #endif
A Control Bar is a fully user configurable tool which provides fast access to frequently used operati...
Definition: TControlBar.h:37
static const std::string comment("comment")
TList * RegGuiGetKeyList(const TString &pattern)
Definition: TMVARegGui.cxx:14
Basic string class.
Definition: TString.h:137
static const std::string pattern("pattern")
A doubly linked list.
Definition: TList.h:47
void TMVARegGui(const char *fName="TMVAReg.root")
Definition: TMVARegGui.cxx:46
Abstract ClassifierFactory template that handles arbitrary types.
void RegGuiActionButton(TControlBar *cbar, const TString &title, const TString &macro, const TString &comment, const TString &buttonType, TString requiredKey="")
Definition: TMVARegGui.cxx:27