ROOT
6.06/09
Reference Guide
|
Classes | |
class | IONames |
class | VariablePlotting |
Public Member Functions | |
Bool_t | UseColor () const |
void | SetUseColor (Bool_t uc) |
Bool_t | IsSilent () const |
void | SetSilent (Bool_t s) |
Bool_t | WriteOptionsReference () const |
void | SetWriteOptionsReference (Bool_t w) |
Bool_t | DrawProgressBar () const |
void | SetDrawProgressBar (Bool_t d) |
VariablePlotting & | GetVariablePlotting () |
IONames & | GetIONames () |
Static Public Member Functions | |
static Config & | Instance () |
static function: returns TMVA instance More... | |
static void | DestroyInstance () |
static function: destroy TMVA instance More... | |
Public Attributes | |
class TMVA::Config::VariablePlotting | fVariablePlotting |
class TMVA::Config::IONames | fIONames |
Private Member Functions | |
Config () | |
constructor - set defaults More... | |
Config (const Config &) | |
Config & | operator= (const Config &) |
virtual | ~Config () |
destructor More... | |
MsgLogger & | Log () const |
Private Attributes | |
Bool_t | fUseColoredConsole |
Bool_t | fSilent |
Bool_t | fWriteOptionsReference |
Bool_t | fDrawProgressBar |
MsgLogger * | fLogger |
Static Private Attributes | |
static Config * | fgConfigPtr |
#include <TMVA/Config.h>
|
private |
constructor - set defaults
Definition at line 45 of file Config.cxx.
|
private |
|
privatevirtual |
destructor
Definition at line 70 of file Config.cxx.
|
static |
static function: destroy TMVA instance
Definition at line 78 of file Config.cxx.
Referenced by TMVA::Factory::~Factory().
|
inline |
Definition at line 78 of file Config.h.
Referenced by TMVA::MethodBase::GetWeightFileName(), and TMVA::Configurable::WriteOptionsReferenceToFile().
|
inline |
Definition at line 77 of file Config.h.
Referenced by TMVA::TransformationHandler::PlotVariables().
|
static |
static function: returns TMVA instance
Definition at line 90 of file Config.cxx.
|
inline |
Definition at line 63 of file Config.h.
Referenced by TMVA::MsgLogger::WriteMsg().
Definition at line 70 of file Config.h.
Referenced by ClassImp().
Definition at line 64 of file Config.h.
Referenced by ClassImp(), and TMVA::Reader::Init().
Definition at line 61 of file Config.h.
Referenced by ClassImp(), and TMVA::Reader::Init().
|
inline |
Definition at line 60 of file Config.h.
Referenced by TMVA::MsgLogger::WriteMsg().
|
inline |
Definition at line 66 of file Config.h.
Referenced by TMVA::MethodMLP::GetHelpMessage(), TMVA::MethodRuleFit::GetHelpMessage(), and TMVA::MethodCuts::GetHelpMessage().
|
private |
Definition at line 129 of file Config.h.
Referenced by DrawProgressBar(), and SetDrawProgressBar().
class TMVA::Config::IONames TMVA::Config::fIONames |
Referenced by Config(), and GetIONames().
|
mutableprivate |
|
private |
Definition at line 127 of file Config.h.
Referenced by IsSilent(), and SetSilent().
|
private |
Definition at line 126 of file Config.h.
Referenced by SetUseColor(), and UseColor().
class TMVA::Config::VariablePlotting TMVA::Config::fVariablePlotting |
|
private |
Definition at line 128 of file Config.h.
Referenced by SetWriteOptionsReference(), and WriteOptionsReference().