artdaq_mfextensions  v1_03_03a
makeMVReceiver.hh
1 #ifndef mfextensions_Plugins_makeMVReceiver_hh
2 #define mfextensions_Plugins_makeMVReceiver_hh
3 // Using LibraryManager, find the correct library and return an instance
4 // of the specified generator.
5 
6 #include "fhiclcpp/fwd.h"
7 
8 #include <memory>
9 #include <string>
10 
11 namespace mfviewer {
12 class MVReceiver;
13 
14 std::unique_ptr<MVReceiver> makeMVReceiver(std::string const& receiver_plugin_spec, fhicl::ParameterSet const& ps);
15 } // namespace mfviewer
16 #endif /* mfextensions_Plugins_makeMVReceiver_h */