Algorithm configuration parameters. More...
#include <SharedWaveformBaseline.h>
Public Member Functions | |
| template<typename Stream > | |
| void | dump (Stream &out, std::string const &indent, std::string const &firstIndent) const |
Dumps this configuration into the output stream out. More... | |
| template<typename Stream > | |
| void | dump (Stream &out, std::string const &indent="") const |
Public Attributes | |
| std::size_t | nSample |
| Number of samples to use from each waveform. More... | |
| double | nRMS |
| Number of RMS from the baseline to discard a waveform. More... | |
| unsigned int | nExcessSamples |
| Number of samples out of range to discard a waveform. More... | |
Algorithm configuration parameters.
Definition at line 56 of file SharedWaveformBaseline.h.
| void opdet::SharedWaveformBaseline::Params_t::dump | ( | Stream & | out, |
| std::string const & | indent, | ||
| std::string const & | firstIndent | ||
| ) | const |
Dumps this configuration into the output stream out.
Definition at line 133 of file SharedWaveformBaseline.h.
|
inline |
Definition at line 72 of file SharedWaveformBaseline.h.
| unsigned int opdet::SharedWaveformBaseline::Params_t::nExcessSamples |
Number of samples out of range to discard a waveform.
Definition at line 63 of file SharedWaveformBaseline.h.
| double opdet::SharedWaveformBaseline::Params_t::nRMS |
Number of RMS from the baseline to discard a waveform.
Definition at line 60 of file SharedWaveformBaseline.h.
| std::size_t opdet::SharedWaveformBaseline::Params_t::nSample |
Number of samples to use from each waveform.
Definition at line 58 of file SharedWaveformBaseline.h.
1.8.5