Logo ROOT   6.30.04
Reference Guide
 All Namespaces Files Pages
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