ProteoWizard
|
#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 |
Definition at line 57 of file PeakelPicker.hpp.
|
inline |
Definition at line 70 of file PeakelPicker.hpp.
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().