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

PrecursorMassFilter's parameters. More...

#include <MS2Deisotoper.hpp>

Public Member Functions

 Config (MZTolerance tol=MZTolerance(0.5), bool hires_=false, bool poisson_=false, int maxCharge_=3, int minCharge_=1)
 

Public Attributes

MZTolerance matchingTolerance
 
bool hires
 
bool poisson
 
int maxCharge
 
int minCharge
 

Detailed Description

PrecursorMassFilter's parameters.

Definition at line 47 of file MS2Deisotoper.hpp.

Constructor & Destructor Documentation

§ Config()

pwiz::analysis::MS2Deisotoper::Config::Config ( MZTolerance  tol = MZTolerance(0.5),
bool  hires_ = false,
bool  poisson_ = false,
int  maxCharge_ = 3,
int  minCharge_ = 1 
)
inline

Member Data Documentation

§ matchingTolerance

MZTolerance pwiz::analysis::MS2Deisotoper::Config::matchingTolerance

Definition at line 52 of file MS2Deisotoper.hpp.

§ hires

bool pwiz::analysis::MS2Deisotoper::Config::hires

Definition at line 53 of file MS2Deisotoper.hpp.

§ poisson

bool pwiz::analysis::MS2Deisotoper::Config::poisson

Definition at line 54 of file MS2Deisotoper.hpp.

§ maxCharge

int pwiz::analysis::MS2Deisotoper::Config::maxCharge

Definition at line 55 of file MS2Deisotoper.hpp.

§ minCharge

int pwiz::analysis::MS2Deisotoper::Config::minCharge

Definition at line 56 of file MS2Deisotoper.hpp.


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