ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::analysis::PeakFinder_SNR::Config Struct Reference

#include <PeakFinder.hpp>

Public Member Functions

 Config (size_t _windowRadius=2, double _zValueThreshold=3, bool _preprocessWithLogarithm=true, std::ostream *_log=0)
 

Public Attributes

size_t windowRadius
 
double zValueThreshold
 
bool preprocessWithLogarithm
 
std::ostream * log
 

Detailed Description

Definition at line 56 of file PeakFinder.hpp.

Constructor & Destructor Documentation

§ Config()

pwiz::analysis::PeakFinder_SNR::Config::Config ( size_t  _windowRadius = 2,
double  _zValueThreshold = 3,
bool  _preprocessWithLogarithm = true,
std::ostream *  _log = 0 
)
inline

Definition at line 63 of file PeakFinder.hpp.

67  : windowRadius(_windowRadius),
68  zValueThreshold(_zValueThreshold),
69  preprocessWithLogarithm(_preprocessWithLogarithm),
70  log(_log)
71  {}

Member Data Documentation

§ windowRadius

size_t pwiz::analysis::PeakFinder_SNR::Config::windowRadius

Definition at line 58 of file PeakFinder.hpp.

Referenced by createFeatureDetectorPeakel(), createPeakExtractor(), test(), and test_SNR().

§ zValueThreshold

double pwiz::analysis::PeakFinder_SNR::Config::zValueThreshold

Definition at line 59 of file PeakFinder.hpp.

Referenced by createFeatureDetectorPeakel(), createPeakExtractor(), and test().

§ preprocessWithLogarithm

bool pwiz::analysis::PeakFinder_SNR::Config::preprocessWithLogarithm

Definition at line 60 of file PeakFinder.hpp.

Referenced by createFeatureDetectorPeakel().

§ log

std::ostream* pwiz::analysis::PeakFinder_SNR::Config::log

Definition at line 61 of file PeakFinder.hpp.

Referenced by test_SNR().


The documentation for this struct was generated from the following file: