46#if __cplusplus > 199711L
58 fDrawProgressBar (
kFALSE ),
60 fUseColoredConsole (
kTRUE ),
62 fWriteOptionsReference(
kFALSE ),
98#if __cplusplus > 199711L
99 delete fgConfigPtr.exchange(0);
101 if (fgConfigPtr != 0) {
delete fgConfigPtr; fgConfigPtr = 0;}
110#if __cplusplus > 199711L
114 if(! fgConfigPtr.compare_exchange_strong(expected,tmp) ) {
121 return fgConfigPtr ? *fgConfigPtr :*(fgConfigPtr =
new Config());
TString fOptionsReferenceFileDir
TString fWeightFileExtension
Int_t fMaxNumOfAllowedVariablesForScatterPlots
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
UInt_t GetImplicitMTPoolSize()
Returns the size of the pool used for implicit multi-threading.