LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
5
#include "
art/Framework/Services/Registry/ServiceDeclarationMacros.h
"
6
#include "
fhiclcpp/fwd.h
"
7
8
namespace
artg4tk
{
9
10
class
RunSettingsService
{
11
public
:
12
RunSettingsService
(
fhicl::ParameterSet
const
&);
13
~RunSettingsService
();
14
15
fhicl::ParameterSet
getSettings
(std::string
const
&);
16
17
private
:
18
fhicl::ParameterSet
p_
;
19
};
20
}
21
22
DECLARE_ART_SERVICE
(
artg4tk::RunSettingsService
, LEGACY)
23
24
#endif
/* artg4tk_services_RunSettings_service_hh */
artg4tk::RunSettingsService::~RunSettingsService
~RunSettingsService()
Definition:
RunSettings.cc:12
ServiceDeclarationMacros.h
artg4tk::RunSettingsService::getSettings
fhicl::ParameterSet getSettings(std::string const &)
Definition:
RunSettings.cc:15
artg4tk::RunSettingsService::RunSettingsService
RunSettingsService(fhicl::ParameterSet const &)
Definition:
RunSettings.cc:6
DECLARE_ART_SERVICE
#define DECLARE_ART_SERVICE(svc, scope)
Definition:
ServiceDeclarationMacros.h:77
artg4tk
Definition:
ActionBase.hh:12
artg4tk::RunSettingsService
Definition:
RunSettings_service.hh:10
artg4tk::RunSettingsService::p_
fhicl::ParameterSet p_
Definition:
RunSettings_service.hh:18
fwd.h
fhicl::ParameterSet
Definition:
ParameterSet.h:36
artg4tk
v12_00_03
source
artg4tk
services
RunSettings_service.hh
Generated on Thu May 2 2024 20:59:30 for LArSoft by
1.8.11