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

#include <PeakelPicker.hpp>

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.

71  : log(0),
72  minCharge(2),
73  maxCharge(5),
75  mzTolerance(10, MZTolerance::PPM),
76  rtTolerance(5), // seconds
78  {}

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: