LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
RunSettings_service.hh
Go to the documentation of this file.
1 #ifndef artg4tk_services_RunSettings_service_hh
2 #define artg4tk_services_RunSettings_service_hh
3 
4 // Art
6 #include "fhiclcpp/fwd.h"
7 
8 namespace artg4tk {
9 
11  public:
14 
15  fhicl::ParameterSet getSettings(std::string const&);
16 
17  private:
19  };
20 }
21 
23 
24 #endif /* artg4tk_services_RunSettings_service_hh */
fhicl::ParameterSet getSettings(std::string const &)
Definition: RunSettings.cc:15
RunSettingsService(fhicl::ParameterSet const &)
Definition: RunSettings.cc:6
#define DECLARE_ART_SERVICE(svc, scope)