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