#include <ChannelStatusConfigTool.h>
Definition at line 37 of file ChannelStatusConfigTool.h.
Definition at line 21 of file ChannelStatusConfigTool_tool.cc.
25 const Name myname =
"ChannelStatusConfigTool::ctor: ";
30 for (
Index iidx=0; iidx<nidx; ++iidx ) {
32 Index nval = vals.size();
33 if ( nval == 0 )
continue;
35 cout << myname <<
" Index Count" <<
endl;
38 cout << myname <<
setw(7) << iidx <<
setw(7) << nval <<
endl;
44 for (
Index idx : vec ) {
45 if ( idx >= idxSize ) idxSize = idx + 1;
49 Index ivec = m_IndexVectors.size();
53 for (
Index idx : vec ) {
60 for (
Index idx=0; idx<idxSize; ++idx ) {
67 cout << myname <<
"Found indices with duplicate entries: ";
76 cout << myname <<
"No duplicate entries.";
ChannelGroupService::Name Name
counts_as<> counts
Number of ADC counts, represented by signed short int.
static constexpr double ps
Q_EXPORT QTSManip setw(int w)
QTextStream & endl(QTextStream &s)
ChannelStatusConfigTool::~ChannelStatusConfigTool |
( |
| ) |
|
|
overridedefault |
Index ChannelStatusConfigTool::get |
( |
Index |
icha | ) |
const |
|
overridevirtual |
Index ChannelStatusConfigTool::m_DefaultIndex |
|
private |
Index ChannelStatusConfigTool::m_LogLevel |
|
private |
The documentation for this class was generated from the following files: