00001 #ifndef mfextensions_Plugins_makeMVReceiver_hh 00002 #define mfextensions_Plugins_makeMVReceiver_hh 00003 // Using LibraryManager, find the correct library and return an instance 00004 // of the specified generator. 00005 00006 #include "fhiclcpp/fwd.h" 00007 00008 #include <memory> 00009 #include <string> 00010 00011 namespace mfviewer 00012 { 00013 class MVReceiver; 00014 00015 std::unique_ptr<MVReceiver> 00016 makeMVReceiver(std::string const& receiver_plugin_spec, 00017 fhicl::ParameterSet const& ps); 00018 } 00019 #endif /* mfextensions_Plugins_makeMVReceiver_h */