artdaq_mfextensions  v1_02_02
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 {
13  class MVReceiver;
14 
15  std::unique_ptr<MVReceiver>
16  makeMVReceiver(std::string const& receiver_plugin_spec,
17  fhicl::ParameterSet const& ps);
18 }
19 #endif /* mfextensions_Plugins_makeMVReceiver_h */