ProteoWizard
Public Member Functions | Public Attributes
pwiz::analysis::PeakFinder_SNR::Config Struct Reference

#include <PeakFinder.hpp>

List of all members.

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

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.

: windowRadius(_windowRadius),
zValueThreshold(_zValueThreshold),
preprocessWithLogarithm(_preprocessWithLogarithm),
log(_log)
{}

Member Data Documentation

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

Definition at line 58 of file PeakFinder.hpp.

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

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

Definition at line 59 of file PeakFinder.hpp.

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

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

Definition at line 60 of file PeakFinder.hpp.

Referenced by createFeatureDetectorPeakel().

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: