+
class TMVA::Config
-
library: libTMVA
#include "Config.h"
Display options:
Show inherited
Show non-public

class TMVA::Config

Function Members (Methods)

public:
virtual~Config()
static TClass*Class()
TMVA::Config::IONames&GetIONames()
TMVA::Config::VariablePlotting&GetVariablePlotting()
static TMVA::Config&Instance()
virtual TClass*IsA() const
voidSetUseColor(Bool_t uc)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)
Bool_tUseColor()
private:
TMVA::ConfigConfig()

Data Members

public:
TMVA::Config::IONamesfIONames
TMVA::Config::VariablePlottingfVariablePlotting
private:
TMVA::MsgLoggerfLoggermessage logger
Bool_tfUseColoredConsole
static TMVA::Config*fgConfigPtr

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

Config()
 constructor - set defaults
~Config()
 destructor
Config& Instance()
{ return fgConfigPtr ? *fgConfigPtr : *(fgConfigPtr = new Config()); }
Bool_t UseColor()
{ return fUseColoredConsole; }
void SetUseColor(Bool_t uc)
{ fUseColoredConsole = uc; }
VariablePlotting& GetVariablePlotting()
{ return fVariablePlotting; }
IONames& GetIONames()
{ return fIONames; }

Author: Andreas Hoecker, Joerg Stelzer, Fredrik Tegenfeldt, Helge Voss
Last update: root/tmva $Id: Config.cxx,v 1.3 2007/06/19 13:26:21 brun Exp $
Copyright (c) 2006: *

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.