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

MS2NoiseFilter's parameters. More...

#include <MS2NoiseFilter.hpp>

Public Member Functions

 Config (int numMassesInWindow_=5, double windowWidth_=120.0, bool relaxLowMass_=false)
 

Public Attributes

size_t numMassesInWindow
 
double windowWidth
 
bool relaxLowMass
 

Detailed Description

MS2NoiseFilter's parameters.

Definition at line 49 of file MS2NoiseFilter.hpp.

Constructor & Destructor Documentation

§ Config()

pwiz::analysis::MS2NoiseFilter::Config::Config ( int  numMassesInWindow_ = 5,
double  windowWidth_ = 120.0,
bool  relaxLowMass_ = false 
)

Member Data Documentation

§ numMassesInWindow

size_t pwiz::analysis::MS2NoiseFilter::Config::numMassesInWindow

Definition at line 57 of file MS2NoiseFilter.hpp.

§ windowWidth

double pwiz::analysis::MS2NoiseFilter::Config::windowWidth

Definition at line 58 of file MS2NoiseFilter.hpp.

§ relaxLowMass

bool pwiz::analysis::MS2NoiseFilter::Config::relaxLowMass

Definition at line 59 of file MS2NoiseFilter.hpp.


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