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

#include <PeakelGrower.hpp>

List of all members.

Public Member Functions

 Config (double _mzTolerance=.01, double _rtTolerance=10)

Public Attributes

MZTolerance mzTolerance
double rtTolerance
std::ostream * log

Detailed Description

Definition at line 61 of file PeakelGrower.hpp.


Constructor & Destructor Documentation

pwiz::analysis::PeakelGrower_Proximity::Config::Config ( double  _mzTolerance = .01,
double  _rtTolerance = 10 
)
inline

Definition at line 67 of file PeakelGrower.hpp.

: mzTolerance(_mzTolerance), rtTolerance(_rtTolerance), log(0)
{}

Member Data Documentation

MZTolerance pwiz::analysis::PeakelGrower_Proximity::Config::mzTolerance
double pwiz::analysis::PeakelGrower_Proximity::Config::rtTolerance
std::ostream* pwiz::analysis::PeakelGrower_Proximity::Config::log

Definition at line 65 of file PeakelGrower.hpp.


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