44#if __cplusplus > 199711L
56 fDrawProgressBar (
kFALSE ),
58 fUseColoredConsole (
kTRUE ),
60 fWriteOptionsReference(
kFALSE ),
96#if __cplusplus > 199711L
97 delete fgConfigPtr.exchange(0);
99 if (fgConfigPtr != 0) {
delete fgConfigPtr; fgConfigPtr = 0;}
108#if __cplusplus > 199711L
112 if(! fgConfigPtr.compare_exchange_strong(expected,tmp) ) {
119 return fgConfigPtr ? *fgConfigPtr :*(fgConfigPtr =
new Config());
TString fOptionsReferenceFileDir
TString fWeightFileDirPrefix
TString fWeightFileExtension
Int_t fMaxNumOfAllowedVariablesForScatterPlots
Int_t fMaxNumOfAllowedVariables
Singleton class for global configuration settings used by TMVA.
class TMVA::Config::IONames fIONames
static Config * fgConfigPtr
static void DestroyInstance()
static function: destroy TMVA instance
virtual ~Config()
destructor
static Config & Instance()
static function: returns TMVA instance
Config()
constructor - set defaults
class TMVA::Config::VariablePlotting fVariablePlotting
ostringstream derivative to redirect and format output