11 #ifndef SIMPLECHANNELFILTERSERVICE_H 12 #define SIMPLECHANNELFILTERSERVICE_H 16 #include "larevt/CalibrationDBI/Interface/ChannelStatusService.h" 53 ChannelStatusProvider
const&
DoGetProvider()
const override {
return *DoGetProviderPtr(); }
54 ChannelStatusProvider
const*
DoGetProviderPtr()
const override {
return fProvider.get(); }
63 lariov::ChannelStatusService,
66 #endif // SIMPLECHANNELFILTERSERVICE_H
Service providing information about the quality of channels.
Channel quality provider with information from configuration file.
Filters for channels, events, etc.
ChannelStatusProvider const & DoGetProvider() const override
ChannelStatusProvider const * DoGetProviderPtr() const override
std::unique_ptr< SimpleChannelStatus > fProvider
#define DECLARE_ART_SERVICE_INTERFACE_IMPL(svc, iface, scope)