LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
RunSettings.cc
Go to the documentation of this file.
1 // Common materials used throughout the simulation
2 
5 
7 {
8  mf::LogDebug("RunSettingService") << "RunSettingsService has been constructed!";
9 }
10 
11 // Destructor
13 
16 {
17 
19  return p;
20 }
fhicl::ParameterSet getSettings(std::string const &)
Definition: RunSettings.cc:15
RunSettingsService(fhicl::ParameterSet const &)
Definition: RunSettings.cc:6
T get(std::string const &key) const
Definition: ParameterSet.h:314
MaybeLogger_< ELseverityLevel::ELsev_success, false > LogDebug