17 #ifndef LARDATA_DETECTORINFO_DETECTORCLOCKSSTANDARDTESTHELPERS_H 18 #define LARDATA_DETECTORINFO_DETECTORCLOCKSSTANDARDTESTHELPERS_H 1 45 static std::unique_ptr<detinfo::DetectorClocksStandard>
setup 49 std::string ServiceProviderPath;
50 if (pset.
get_if_present(
"service_provider", ServiceProviderPath)) {
51 std::string ServiceProviderName = ServiceProviderPath;
52 size_t iSlash = ServiceProviderPath.rfind(
'/');
53 if (iSlash != std::string::npos)
54 ServiceProviderName.erase(0, iSlash + 1);
56 if (ServiceProviderName ==
"DetectorClocksServiceStandard") {
58 <<
"Verified service implementation for DetectorClocksService: '" 59 << ServiceProviderPath <<
"'";
63 <<
"This set up is for a DetectorClocksStandard provider.\n" 64 "Your configuration specifies a '" << ServiceProviderPath
65 <<
"' service implementation" 66 " that is not known to use that provider.";
74 = std::make_unique<detinfo::DetectorClocksStandard>(pset);
110 template <
typename TestEnv>
116 (env,
"DetectorClocksService");
124 #endif // LARDATA_DETECTORINFO_DETECTORCLOCKSSTANDARDTESTHELPERS_H
Helper classes to be used together with LArSoft's unit test.
static std::unique_ptr< Prov > setup(Args &&...args)
Instantiates a new provider with specified arguments for constructor.
Environment helper to set up a service provider.
Class to create and set up a new provider.
bool get_if_present(std::string const &key, T &value) const
General LArSoft Utilities.
Conversion of times between different formats and references.
Prov * SimpleEnvironmentStandardSetupByName(TestEnv &env, std::string service_name)
Basic implementation of a environment setup helper.
MaybeLogger_< ELseverityLevel::ELsev_warning, false > LogWarning
Implementation of detinfo::DetectorClocks interface with fixed settings from configuration.
static detinfo::DetectorClocksStandard * setup(TestEnv &env)