LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
Public Member Functions | |
SIOVChannelStatusService (fhicl::ParameterSet const &pset, art::ActivityRegistry ®) | |
void | PreProcessEvent (const art::Event &evt) |
Private Member Functions | |
const ChannelStatusProvider & | DoGetProvider () const override |
const ChannelStatusProvider * | DoGetProviderPtr () const override |
Private Attributes | |
SIOVChannelStatusProvider | fProvider |
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 19 of file SIOVChannelStatusService_service.cc.
lariov::SIOVChannelStatusService::SIOVChannelStatusService | ( | fhicl::ParameterSet const & | pset, |
art::ActivityRegistry & | reg | ||
) |
Definition at line 46 of file SIOVChannelStatusService_service.cc.
References PreProcessEvent(), and art::ActivityRegistry::sPreProcessEvent.
|
inlineoverrideprivate |
Definition at line 29 of file SIOVChannelStatusService_service.cc.
References fProvider.
|
inlineoverrideprivate |
Definition at line 33 of file SIOVChannelStatusService_service.cc.
References fProvider.
void lariov::SIOVChannelStatusService::PreProcessEvent | ( | const art::Event & | evt | ) |
Definition at line 56 of file SIOVChannelStatusService_service.cc.
References DEFINE_ART_SERVICE_INTERFACE_IMPL, fProvider, art::Event::time(), lariov::SIOVChannelStatusProvider::Update(), and art::Timestamp::value().
Referenced by SIOVChannelStatusService().
|
private |
Definition at line 37 of file SIOVChannelStatusService_service.cc.
Referenced by DoGetProvider(), DoGetProviderPtr(), and PreProcessEvent().