LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "RunSettings_service.hh"
Public Member Functions | |
RunSettingsService (fhicl::ParameterSet const &) | |
~RunSettingsService () | |
fhicl::ParameterSet | getSettings (std::string const &) |
Private Attributes | |
fhicl::ParameterSet | p_ |
Definition at line 10 of file RunSettings_service.hh.
artg4tk::RunSettingsService::RunSettingsService | ( | fhicl::ParameterSet const & | p | ) |
Definition at line 6 of file RunSettings.cc.
artg4tk::RunSettingsService::~RunSettingsService | ( | ) |
Definition at line 12 of file RunSettings.cc.
fhicl::ParameterSet artg4tk::RunSettingsService::getSettings | ( | std::string const & | s | ) |
Definition at line 15 of file RunSettings.cc.
References fhicl::ParameterSet::get(), and p_.
Referenced by artg4tk::RunSettingsBase::RunSettingsBase().
|
private |
Definition at line 18 of file RunSettings_service.hh.
Referenced by getSettings().