#include <AdcSampleFiller.h>
Definition at line 39 of file AdcSampleFiller.h.
Definition at line 14 of file AdcSampleFiller_tool.cc.
18 const string myname =
"AdcSampleFiller::ctor: ";
20 cout << myname <<
"Configuration parameters:" <<
endl;
static constexpr double ps
QTextStream & endl(QTextStream &s)
Reimplemented from AdcChannelTool.
Definition at line 29 of file AdcSampleFiller_tool.cc.
30 const string myname =
"AdcSampleFiller::update: ";
36 cout << myname <<
"# samples: " << nsam <<
endl;
37 cout << myname <<
" Pedestal: " << ped <<
endl;
40 cout << myname <<
"Pedestal is not set." <<
endl;
46 for (
AdcIndex isam=0; isam<nsam; ++isam ) {
60 res.setInt(
"nSample", nsam);
61 res.setInt(
"nUnderflow", nlo);
62 res.setInt(
"nOverflow", nhi);
63 res.setInt(
"nOutOfRange", nbad);
const AdcFlag AdcUnderflow
const AdcFlag AdcOverflow
QTextStream & endl(QTextStream &s)
AdcIndex AdcSampleFiller::m_AdcUnderflow |
|
private |
int AdcSampleFiller::m_LogLevel |
|
private |
The documentation for this class was generated from the following files: