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

#include <PeakelPicker.hpp>

List of all members.

Public Member Functions

 Config ()

Public Attributes

std::ostream * log
size_t minCharge
size_t maxCharge
size_t minMonoisotopicPeakelSize
MZTolerance mzTolerance
double rtTolerance
size_t minPeakelCount

Detailed Description

Definition at line 57 of file PeakelPicker.hpp.


Constructor & Destructor Documentation

pwiz::analysis::PeakelPicker_Basic::Config::Config ( )
inline

Definition at line 70 of file PeakelPicker.hpp.

: log(0),
mzTolerance(10, MZTolerance::PPM),
rtTolerance(5), // seconds
{}

Member Data Documentation

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

Definition at line 59 of file PeakelPicker.hpp.

Referenced by createFeatureDetectorPeakel(), and testToy().

size_t pwiz::analysis::PeakelPicker_Basic::Config::minCharge

Definition at line 60 of file PeakelPicker.hpp.

Referenced by createFeatureDetectorPeakel().

size_t pwiz::analysis::PeakelPicker_Basic::Config::maxCharge

Definition at line 61 of file PeakelPicker.hpp.

Referenced by createFeatureDetectorPeakel().

size_t pwiz::analysis::PeakelPicker_Basic::Config::minMonoisotopicPeakelSize

Definition at line 62 of file PeakelPicker.hpp.

Referenced by createFeatureDetectorPeakel(), and createPeakelPicker().

MZTolerance pwiz::analysis::PeakelPicker_Basic::Config::mzTolerance

Definition at line 63 of file PeakelPicker.hpp.

Referenced by createFeatureDetectorPeakel().

double pwiz::analysis::PeakelPicker_Basic::Config::rtTolerance

Definition at line 64 of file PeakelPicker.hpp.

Referenced by createFeatureDetectorPeakel().

size_t pwiz::analysis::PeakelPicker_Basic::Config::minPeakelCount

Definition at line 65 of file PeakelPicker.hpp.

Referenced by createFeatureDetectorPeakel().


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