LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Service providing information about the quality of channels. More...
#include "SimpleChannelStatusService.h"
Public Member Functions | |
SimpleChannelStatusService (fhicl::ParameterSet const &pset) | |
Constructor: reads the channel IDs from the configuration. More... | |
Private Member Functions | |
virtual ChannelStatusProvider const & | DoGetProvider () const override |
virtual ChannelStatusProvider const * | DoGetProviderPtr () const override |
void | UpdateChannelRange () |
Update valid channel range. More... | |
void | postBeginRun (art::Run const &run) |
React to a new run. More... | |
Private Attributes | |
std::unique_ptr< SimpleChannelStatus > | fProvider |
Service providing information about the quality of channels.
This is a simple implementation of the ChannelStatusService service interface. Channel lists are passed by FHiCL configuration. Note that there is no support for conditions varying with time.
In addition to the parameters supported by filter::SimpleChannelStatus, this service supports:
Definition at line 47 of file SimpleChannelStatusService.h.
lariov::SimpleChannelStatusService::SimpleChannelStatusService | ( | fhicl::ParameterSet const & | pset | ) |
Constructor: reads the channel IDs from the configuration.
Definition at line 22 of file SimpleChannelStatusService.cc.
References fProvider, and lariov::SimpleChannelStatus::Setup().
|
inlineoverrideprivatevirtual |
Definition at line 53 of file SimpleChannelStatusService.h.
|
inlineoverrideprivatevirtual |
Definition at line 57 of file SimpleChannelStatusService.h.
|
private |
React to a new run.
|
private |
Update valid channel range.
|
private |
Definition at line 68 of file SimpleChannelStatusService.h.
Referenced by SimpleChannelStatusService().