#include <RemoveBadChannels.h>
Definition at line 19 of file RemoveBadChannels.h.
Definition at line 18 of file RemoveBadChannels_tool.cc.
22 const string myname =
"RemoveBadChannels::ctor: ";
24 cout << myname <<
"Parameters:" <<
endl;
31 cout << myname <<
"WARNING: Channel status provider not found." <<
endl;
static constexpr double ps
const lariov::ChannelStatusProvider * m_pChannelStatusProvider
QTextStream & endl(QTextStream &s)
RemoveBadChannels::~RemoveBadChannels |
( |
| ) |
|
|
overridedefault |
Reimplemented from AdcChannelTool.
Definition at line 37 of file RemoveBadChannels_tool.cc.
38 const string myname =
"RemoveBadChannels::update: ";
39 if (
m_LogLevel >= 2 ) cout <<
"Processing run " << acd.
run() <<
" event " << acd.
event()
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.
const lariov::ChannelStatusProvider * m_pChannelStatusProvider
QTextStream & endl(QTextStream &s)
int RemoveBadChannels::m_LogLevel |
|
private |
bool RemoveBadChannels::m_RemoveBadChs |
|
private |
bool RemoveBadChannels::m_RemoveNoisyChs |
|
private |
The documentation for this class was generated from the following files: