#include <Diagnostics.h>
Public Member Functions | |
Partial (int nfreqs=4, double maxpower=6000.0) | |
Create a partial waveform detector using magic numbers. More... | |
bool | operator() (const WireCell::Waveform::compseq_t &spec) const |
Return true if given frequency spectrum consistent with a partial waveform. More... | |
Private Attributes | |
const int | nfreqs |
const double | maxpower |
Definition at line 27 of file Diagnostics.h.
Diagnostics::Partial::Partial | ( | int | nfreqs = 4 , |
double | maxpower = 6000.0 |
||
) |
Create a partial waveform detector using magic numbers.
Definition at line 11 of file Diagnostics.cxx.
bool Diagnostics::Partial::operator() | ( | const WireCell::Waveform::compseq_t & | spec | ) | const |
Return true if given frequency spectrum consistent with a partial waveform.
Definition at line 17 of file Diagnostics.cxx.
|
private |
Definition at line 29 of file Diagnostics.h.
|
private |
Definition at line 28 of file Diagnostics.h.