6 #ifndef ALICEO2_CONFIGURATION_INCLUDE_CONFIGURATIONFACTORY_H_
7 #define ALICEO2_CONFIGURATION_INCLUDE_CONFIGURATIONFACTORY_H_
15 namespace configuration
29 static std::unique_ptr<ConfigurationInterface>
getConfiguration(
const std::string& uri);
35 #endif // ALICEO2_CONFIGURATION_INCLUDE_CONFIGURATIONFACTORY_H_
Interface for putting and getting configuration parameters.
static std::unique_ptr< ConfigurationInterface > getConfiguration(const std::string &uri)
Definition: ConfigurationFactory.cxx:57
Definition: ConfigurationFactory.h:18