1 #include "otsdaq-core/PluginMakers/MakeSlowControls.h"
2 #include <cetlib/BasicPluginFactory.h>
4 #include "otsdaq-core/SlowControlsCore/SlowControlsVInterface.h"
7 const std::string& slowControlsPluginName,
8 const std::string& slowControlsUID,
12 pathToControlsConfiguration)
14 static cet::BasicPluginFactory basicPluginInterfaceFactory(
"controls",
"make");
20 slowControlsPluginName,
23 pathToControlsConfiguration);