#include <ChannelFilter.h>
Public Types | |
| enum | ChannelStatus { GOOD = 0, NOISY = 1, DEAD = 2, NOTPHYSICAL = 3 } |
Public Member Functions | |
| ChannelFilter () | |
| bool | BadChannel (uint32_t channel) const |
| bool | NoisyChannel (uint32_t channel) const |
| std::set< uint32_t > | SetOfBadChannels () const |
| std::set< uint32_t > | SetOfNoisyChannels () const |
| ChannelStatus | GetChannelStatus (uint32_t channel) const |
Private Attributes | |
| lariov::ChannelStatusProvider const & | provider |
| object doing the job More... | |
Definition at line 26 of file ChannelFilter.h.
| Enumerator | |
|---|---|
| GOOD | |
| NOISY | |
| DEAD | |
| NOTPHYSICAL | |
Definition at line 30 of file ChannelFilter.h.
| filter::ChannelFilter::ChannelFilter | ( | ) |
Definition at line 44 of file ChannelFilter.cxx.
| bool filter::ChannelFilter::BadChannel | ( | uint32_t | channel | ) | const |
Definition at line 65 of file ChannelFilter.cxx.
| filter::ChannelFilter::ChannelStatus filter::ChannelFilter::GetChannelStatus | ( | uint32_t | channel | ) | const |
Definition at line 85 of file ChannelFilter.cxx.
| bool filter::ChannelFilter::NoisyChannel | ( | uint32_t | channel | ) | const |
Definition at line 70 of file ChannelFilter.cxx.
| std::set< uint32_t > filter::ChannelFilter::SetOfBadChannels | ( | ) | const |
Definition at line 75 of file ChannelFilter.cxx.
| std::set< uint32_t > filter::ChannelFilter::SetOfNoisyChannels | ( | ) | const |
Definition at line 80 of file ChannelFilter.cxx.
|
private |
object doing the job
Definition at line 45 of file ChannelFilter.h.
1.8.5