File indexing completed on 2025-01-18 10:11:11
0001 #ifndef TMVARegGui__HH
0002 #define TMVARegGui__HH
0003
0004 #include "TString.h"
0005 #include "TControlBar.h"
0006 #include "tmvaglob.h"
0007
0008 namespace TMVA{
0009
0010 TList* RegGuiGetKeyList( const TString& pattern );
0011
0012
0013 void RegGuiActionButton( TControlBar* cbar,
0014 const TString& title, const TString& macro, const TString& comment,
0015 const TString& buttonType, TString requiredKey = "" );
0016
0017
0018 void TMVARegGui( const char* fName = "TMVAReg.root", TString dataset="");
0019 }
0020 #endif