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

Definition at line 49 of file MS2Deisotoper.hpp.

50  : matchingTolerance(tol), hires(hires_), poisson(poisson_), maxCharge(maxCharge_), minCharge(minCharge_) {}

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:
pwiz::analysis::MS2Deisotoper::Config::poisson
bool poisson
Definition: MS2Deisotoper.hpp:54
pwiz::analysis::MS2Deisotoper::Config::hires
bool hires
Definition: MS2Deisotoper.hpp:53
pwiz::analysis::MS2Deisotoper::Config::maxCharge
int maxCharge
Definition: MS2Deisotoper.hpp:55
pwiz::analysis::MS2Deisotoper::Config::minCharge
int minCharge
Definition: MS2Deisotoper.hpp:56
pwiz::analysis::MS2Deisotoper::Config::matchingTolerance
MZTolerance matchingTolerance
Definition: MS2Deisotoper.hpp:52