#include <ArtServiceHelper.h>
Definition at line 57 of file ArtServiceHelper.h.
ArtServiceHelper::ArtServiceHelper |
( |
fhicl::ParameterSet && |
pset | ) |
|
|
explicitprivate |
Definition at line 22 of file ArtServiceHelper.cxx.
art::ActivityRegistry activityRegistry_
art::ServicesManager servicesManager_
art::detail::SharedResources sharedResources_
void ArtServiceHelper::load_services |
( |
std::string const & |
config | ) |
|
|
static |
Definition at line 30 of file ArtServiceHelper.cxx.
32 cet::filepath_lookup lookup{
"FHICL_FILE_PATH"};
33 std::istringstream is{config};
34 auto table = fhicl::parse_document(is, lookup);
35 static ArtServiceHelper helper{fully_processed(fhicl::ParameterSet::make(table))};
art::ActivityRegistry ArtServiceHelper::activityRegistry_ |
|
private |
art::ServicesManager ArtServiceHelper::servicesManager_ |
|
private |
art::detail::SharedResources ArtServiceHelper::sharedResources_ |
|
private |
The documentation for this class was generated from the following files: