#include <ChannelFilter.h>
Definition at line 26 of file ChannelFilter.h.
filter::ChannelFilter::ChannelFilter |
( |
| ) |
|
Definition at line 44 of file ChannelFilter.cxx.
48 MF_LOG_ERROR(
"ChannelFilter") <<
"ChannelFilter is now deprecated." 49 " Replace it with ChannelStatusService";
55 "Failed to obtain an instance of ChannelStatusService service;" 56 " you should update your configuration, *and* update the code using" 57 " ChannelFilter, that is deprecated." 58 " An example are in ChannelFilter class documentation"
#define MF_LOG_ERROR(category)
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
lariov::ChannelStatusProvider const & provider
object doing the job
#define MF_LOG_SYSTEM(category)
bool filter::ChannelFilter::BadChannel |
( |
uint32_t |
channel | ) |
const |
Definition at line 65 of file ChannelFilter.cxx.
virtual bool IsBad(raw::ChannelID_t channel) const =0
Returns whether the specified channel is bad in the current run.
lariov::ChannelStatusProvider const & provider
object doing the job
Definition at line 85 of file ChannelFilter.cxx.
virtual bool IsBad(raw::ChannelID_t channel) const =0
Returns whether the specified channel is bad in the current run.
virtual bool IsNoisy(raw::ChannelID_t channel) const =0
Returns whether the specified channel is noisy in the current run.
virtual bool IsGood(raw::ChannelID_t channel) const
Returns whether the specified channel is physical and good.
virtual bool IsPresent(raw::ChannelID_t channel) const =0
Returns whether the specified channel is physical and connected to wire.
lariov::ChannelStatusProvider const & provider
object doing the job
bool filter::ChannelFilter::NoisyChannel |
( |
uint32_t |
channel | ) |
const |
Definition at line 70 of file ChannelFilter.cxx.
virtual bool IsNoisy(raw::ChannelID_t channel) const =0
Returns whether the specified channel is noisy in the current run.
lariov::ChannelStatusProvider const & provider
object doing the job
std::set< uint32_t > filter::ChannelFilter::SetOfBadChannels |
( |
| ) |
const |
Definition at line 75 of file ChannelFilter.cxx.
virtual ChannelSet_t BadChannels() const =0
Returns a copy of set of bad channel IDs for the current run.
lariov::ChannelStatusProvider const & provider
object doing the job
std::set< uint32_t > filter::ChannelFilter::SetOfNoisyChannels |
( |
| ) |
const |
Definition at line 80 of file ChannelFilter.cxx.
virtual ChannelSet_t NoisyChannels() const =0
Returns a copy of set of noisy channel IDs for the current run.
lariov::ChannelStatusProvider const & provider
object doing the job
The documentation for this class was generated from the following files: