Go to the documentation of this file.
10 #ifndef _GlobalOptionMgr_HH
11 #define _GlobalOptionMgr_HH
std::map< ALIstring, ALIdouble, std::less< ALIstring > > & GlobalOptions()
static GlobalOptionMgr * getInstance()
std::map< ALIstring, ALIdouble, std::less< ALIstring > > theGlobalOptions
global options
int getGlobalOptionValue(const ALIstring &sstr, ALIdouble &val)
--— Search a string in theGlobalOptions and return 1 if found
ALIdouble getGlobalOption(const ALIstring &sstr)
static GlobalOptionMgr * theInstance
void setDefaultGlobalOptions()
Set the list of default global options.
void setGlobalOption(const ALIstring go, const ALIdouble val, ALIFileIn &filein)