artdaq_demo_hdf5  v1_01_00
MakeDatasetPlugin.hh
1 #ifndef artdaq_TransferPlugins_MakeTransferPlugin_hh
2 #define artdaq_TransferPlugins_MakeTransferPlugin_hh
3 
4 #include "artdaq-demo-hdf5/HDF5/FragmentDataset.hh"
5 
6 #include "fhiclcpp/fwd.h"
7 
8 #include <memory>
9 #include <string>
10 
11 namespace artdaq {
12 namespace hdf5 {
19 std::unique_ptr<FragmentDataset>
20 MakeDatasetPlugin(const fhicl::ParameterSet& pset,
21  const std::string& plugin_label);
22 } // namespace hdf5
23 } // namespace artdaq
24 
25 #endif