#include <AdcKeepAllSignalFinder.h>
Definition at line 28 of file AdcKeepAllSignalFinder.h.
Definition at line 14 of file AdcKeepAllSignalFinder_tool.cc.
17 const string myname =
"AdcKeepAllSignalFinder::ctor: ";
19 cout << myname <<
"Configuration parameters:" <<
endl;
ChannelGroupService::Name Name
static constexpr double ps
QTextStream & endl(QTextStream &s)
Reimplemented from AdcChannelTool.
Definition at line 27 of file AdcKeepAllSignalFinder_tool.cc.
28 const string myname =
"AdcKeepAllSignalFinder::update: ";
32 for (
Index ivie=0; ivie<nvie; ++ivie ) {
34 if ( pacd ==
nullptr ) {
35 cout << myname <<
"WARNING: Skipping null data." <<
endl;
43 cout << myname <<
"ERROR: No samples found in channel " << acd.
channel()
44 <<
" view " << ivie <<
endl;
48 cout << myname <<
"Building ROI for channel " << acd.
channel()
49 <<
" view " << ivie <<
"/" << nvie <<
"." <<
endl;
51 acd.
signal.resize(nsam,
true);
53 nroi += acd.
rois.size();
DataMap & setStatus(int stat)
void setInt(Name name, int val)
AdcChannelData * mutableViewEntry(Name vpnam, AdcIndex ient)
QTextStream & endl(QTextStream &s)
Name AdcKeepAllSignalFinder::m_DataPath |
|
private |
int AdcKeepAllSignalFinder::m_LogLevel |
|
private |
The documentation for this class was generated from the following files: