Go to the documentation of this file.
18 #include <string_view>
29 using Options = std::map<std::string, std::string>;
def create(cls, appType, opts)
Application(Options opts)
Construct and configure the application from the provided options.
int run(std::function< int(SmartIF< IStateful > &)> action)
Run a user provided implementation of the application main logic.
std::map< std::string, std::string > Options
virtual int run()
Implement the application main logic:
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from p...
Gaudi::PluginService::Factory< Application(Options)> Factory
SmartIF< IStateful > app
Handle to the ApplicationMgr instance.