Public Member Functions | |
SIOVChannelStatusService (fhicl::ParameterSet const &pset, art::ActivityRegistry ®) | |
void | PreProcessEvent (const art::Event &evt, art::ScheduleContext) |
Public Member Functions inherited from lariov::ChannelStatusService | |
virtual | ~ChannelStatusService ()=default |
Destructor. More... | |
ChannelStatusProvider const * | provider () const |
ChannelStatusProvider const & | GetProvider () const |
Returns a reference to the service provider. More... | |
ChannelStatusProvider const & | GetFilter () const |
ChannelStatusProvider const * | GetProviderPtr () const |
Returns a pointer to the service provider. More... | |
ChannelStatusProvider const * | GetFilterPtr () const |
Private Member Functions | |
const ChannelStatusProvider & | DoGetProvider () const override |
Returns a reference to the service provider. More... | |
const ChannelStatusProvider * | DoGetProviderPtr () const override |
Returns a pointer to the service provider. More... | |
Private Attributes | |
SIOVChannelStatusProvider | fProvider |
Additional Inherited Members | |
Public Types inherited from lariov::ChannelStatusService | |
using | provider_type = ChannelStatusProvider |
art service implementation of ChannelStatusService. Implements a channel status retrieval service for database scheme in which all elements in a database folder share a common interval of validity
Definition at line 17 of file SIOVChannelStatusService_service.cc.
lariov::SIOVChannelStatusService::SIOVChannelStatusService | ( | fhicl::ParameterSet const & | pset, |
art::ActivityRegistry & | reg | ||
) |
Definition at line 44 of file SIOVChannelStatusService_service.cc.
|
inlineoverrideprivatevirtual |
Returns a reference to the service provider.
Implements lariov::ChannelStatusService.
Definition at line 27 of file SIOVChannelStatusService_service.cc.
|
inlineoverrideprivatevirtual |
Returns a pointer to the service provider.
Implements lariov::ChannelStatusService.
Definition at line 31 of file SIOVChannelStatusService_service.cc.
void lariov::SIOVChannelStatusService::PreProcessEvent | ( | const art::Event & | evt, |
art::ScheduleContext | |||
) |
Definition at line 54 of file SIOVChannelStatusService_service.cc.
|
private |
Definition at line 35 of file SIOVChannelStatusService_service.cc.