![]() |
ATLAS Offline Software
|
#include <UserHooksFactory.h>
Classes | |
| class | ICreator |
| class | Creator |
Public Member Functions | |
| template<> | |
| std::map< std::string, double > & | userSettings () |
| template<> | |
| std::map< std::string, int > & | userSettings () |
| template<> | |
| std::map< std::string, bool > & | userSettings () |
| template<> | |
| std::map< std::string, std::string > & | userSettings () |
Static Public Member Functions | |
| static UserHooks * | create (const std::string &hookName) |
| template<typename T> | |
| static std::map< std::string, T > & | userSettings () |
| static std::map< std::string, double > & | userParams () |
| static std::map< std::string, int > & | userModes () |
| static std::map< std::string, std::string > & | userWords () |
Private Member Functions | |
| UserHooksFactory () | |
Static Private Member Functions | |
| static std::map< std::string, const ICreator * > & | s_creators () |
| static function to instantiate map of string name Vs. creator object on first use | |
Definition at line 35 of file UserHooksFactory.h.
|
inlineprivate |
Definition at line 43 of file UserHooksFactory.h.
|
static |
Definition at line 10 of file UserHooksFactory.cxx.
|
staticprivate |
static function to instantiate map of string name Vs. creator object on first use
Definition at line 19 of file UserHooksFactory.cxx.
|
static |
|
static |
|
static |
| std::map< std::string, std::string > & Pythia8_UserHooks::UserHooksFactory::userSettings | ( | ) |
Definition at line 44 of file UserHooksFactory.cxx.
| std::map< std::string, bool > & Pythia8_UserHooks::UserHooksFactory::userSettings | ( | ) |
Definition at line 37 of file UserHooksFactory.cxx.
| std::map< std::string, int > & Pythia8_UserHooks::UserHooksFactory::userSettings | ( | ) |
Definition at line 31 of file UserHooksFactory.cxx.
| std::map< std::string, double > & Pythia8_UserHooks::UserHooksFactory::userSettings | ( | ) |
Definition at line 25 of file UserHooksFactory.cxx.
|
static |