![]() |
ATLAS Offline Software
|
#include <UserProcessFactory.h>
Classes | |
| class | ICreator |
| class | Creator |
Static Public Member Functions | |
| static std::shared_ptr< Sigma2Process > | create (const std::string &procName) |
Private Member Functions | |
| UserProcessFactory () | |
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 19 of file UserProcessFactory.h.
|
inlineprivate |
Definition at line 27 of file UserProcessFactory.h.
|
static |
Definition at line 11 of file UserProcessFactory.cxx.
|
staticprivate |
static function to instantiate map of string name Vs. creator object on first use
Definition at line 22 of file UserProcessFactory.cxx.