46#if __cplusplus > 199711L
58 fDrawProgressBar (
kFALSE ),
60 fUseColoredConsole (
kTRUE ),
62 fWriteOptionsReference(
kFALSE ),
97#if __cplusplus > 199711L
98 delete fgConfigPtr.exchange(0);
100 if (fgConfigPtr != 0) {
delete fgConfigPtr; fgConfigPtr = 0;}
109#if __cplusplus > 199711L
113 if(! fgConfigPtr.compare_exchange_strong(expected,tmp) ) {
120 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