LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
InputSourceFactory.h
Go to the documentation of this file.
1 #ifndef art_Framework_Core_InputSourceFactory_h
2 #define art_Framework_Core_InputSourceFactory_h
3 // vim: set sw=2 expandtab :
4 
6 #include "fhiclcpp/fwd.h"
7 
8 #include <memory>
9 
10 namespace art::InputSourceFactory {
11  std::unique_ptr<InputSource> make(fhicl::ParameterSet const&,
12  InputSourceDescription&);
13 }
14 
15 #endif /* art_Framework_Core_InputSourceFactory_h */
16 
17 // Local Variables:
18 // mode: c++
19 // End:
std::unique_ptr< InputSource > make(fhicl::ParameterSet const &conf, InputSourceDescription &desc)