ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::analysis::MSXDemultiplexer::Params Struct Reference

User-defined options for demultiplexing. More...

#include <MSXDemultiplexer.hpp>

Public Member Functions

 Params ()
 

Public Attributes

pwiz::chemistry::MZTolerance massError
 Mass error for extracting MS/MS peaks. More...
 
bool applyWeighting
 Weight the spectra nearby to the input spectrum more heavily in the solve than the outer ones. More...
 
bool variableFill
 Set to true if fill times are allowed to vary for each scan window. More...
 

Detailed Description

User-defined options for demultiplexing.

Definition at line 36 of file MSXDemultiplexer.hpp.

Constructor & Destructor Documentation

◆ Params()

pwiz::analysis::MSXDemultiplexer::Params::Params ( )
inline

Definition at line 38 of file MSXDemultiplexer.hpp.

38  :
40  applyWeighting(true),
41  variableFill(false)
42  {}

Member Data Documentation

◆ massError

pwiz::chemistry::MZTolerance pwiz::analysis::MSXDemultiplexer::Params::massError

Mass error for extracting MS/MS peaks.

Definition at line 45 of file MSXDemultiplexer.hpp.

◆ applyWeighting

bool pwiz::analysis::MSXDemultiplexer::Params::applyWeighting

Weight the spectra nearby to the input spectrum more heavily in the solve than the outer ones.

Definition at line 49 of file MSXDemultiplexer.hpp.

◆ variableFill

bool pwiz::analysis::MSXDemultiplexer::Params::variableFill

Set to true if fill times are allowed to vary for each scan window.

Definition at line 52 of file MSXDemultiplexer.hpp.


The documentation for this struct was generated from the following file:
pwiz::chemistry::MZTolerance::PPM
@ PPM
Definition: MZTolerance.hpp:40
pwiz::analysis::MSXDemultiplexer::Params::variableFill
bool variableFill
Set to true if fill times are allowed to vary for each scan window.
Definition: MSXDemultiplexer.hpp:52
pwiz::analysis::MSXDemultiplexer::Params::massError
pwiz::chemistry::MZTolerance massError
Mass error for extracting MS/MS peaks.
Definition: MSXDemultiplexer.hpp:45
pwiz::analysis::MSXDemultiplexer::Params::applyWeighting
bool applyWeighting
Weight the spectra nearby to the input spectrum more heavily in the solve than the outer ones.
Definition: MSXDemultiplexer.hpp:49