00001 #ifndef mfextensions_Plugins_makeMVReceiver_hh
00002 #define mfextensions_Plugins_makeMVReceiver_hh
00003
00004
00005
00006 #include "fhiclcpp/fwd.h"
00007
00008 #include <memory>
00009 #include <string>
00010
00011 namespace mfviewer {
00012 class MVReceiver;
00013
00014 std::unique_ptr<MVReceiver> makeMVReceiver(std::string const& receiver_plugin_spec, fhicl::ParameterSet const& ps);
00015 }
00016 #endif