#include <iostream>#include <vector>#include "TROOT.h"#include "TControlBar.h"#include "tmvaglob.C"Go to the source code of this file.
Functions | |
| TList * | GetKeyList (const TString &pattern) |
| void | ActionButton (TControlBar *cbar, const TString &title, const TString ¯o, const TString &comment, const TString &buttonType, TString requiredKey="") |
| void | TMVARegGui (const char *fName="TMVAReg.root") |
Variables | |
| static TList * | TMVAGui_keyContent |
| static std::vector< TString > | TMVAGui_inactiveButtons |
| void ActionButton | ( | TControlBar * | cbar, | |
| const TString & | title, | |||
| const TString & | macro, | |||
| const TString & | comment, | |||
| const TString & | buttonType, | |||
| TString | requiredKey = "" | |||
| ) |
Definition at line 25 of file TMVARegGui.C.
References TControlBar::AddButton(), comment, TNamed::GetName(), kFALSE, kTRUE, title, TMVAGui_inactiveButtons, and TMVAGui_keyContent.
Definition at line 12 of file TMVARegGui.C.
References TNamed::GetName(), list, and TMVAGui_keyContent.
| void TMVARegGui | ( | const char * | fName = "TMVAReg.root" |
) |
Definition at line 44 of file TMVARegGui.C.
References ActionButton(), TControlBar::AddButton(), TControlBar::AddSeparator(), TCollection::Clone(), TFile::Close(), TString::Contains(), TString::Data(), Form(), TSystem::GetIncludePath(), GetKeyList(), TDirectoryFile::GetListOfKeys(), TROOT::GetMacroPath(), gROOT, gSystem, i, TFile::Open(), TString::ReplaceAll(), TListIter::Reset(), TROOT::SaveContext(), TControlBar::SetButtonState(), TSystem::SetIncludePath(), TROOT::SetMacroPath(), TControlBar::SetTextColor(), TControlBar::Show(), str, title, TMVAGui_inactiveButtons, and TMVAGui_keyContent.
Referenced by TMVARegression().
std::vector<TString> TMVAGui_inactiveButtons [static] |
Definition at line 10 of file TMVARegGui.C.
TList* TMVAGui_keyContent [static] |
Definition at line 9 of file TMVARegGui.C.
1.5.1