ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::msdata::ScanSettings Struct Reference

Description of the acquisition settings of the instrument prior to the start of the run. More...

#include <MSData.hpp>

Public Member Functions

 ScanSettings (const std::string &_id="")
 
bool empty () const
 returns true iff the element contains no params and all members are empty or null
 

Public Attributes

std::string id
 a unique identifier for this acquisition setting.
 
std::vector< SourceFilePtrsourceFilePtrs
 container for a list of source file references.
 
std::vector< Targettargets
 target list (or 'inclusion list') configured prior to the run.
 

Detailed Description

Description of the acquisition settings of the instrument prior to the start of the run.

Definition at line 206 of file MSData.hpp.

Constructor & Destructor Documentation

◆ ScanSettings()

pwiz::msdata::ScanSettings::ScanSettings ( const std::string &  _id = "")

Member Function Documentation

◆ empty()

bool pwiz::msdata::ScanSettings::empty ( ) const

returns true iff the element contains no params and all members are empty or null

Member Data Documentation

◆ id

std::string pwiz::msdata::ScanSettings::id

a unique identifier for this acquisition setting.

Definition at line 209 of file MSData.hpp.

Referenced by pwiz::msdata::TextWriter::operator()(), and testScanSettings().

◆ sourceFilePtrs

std::vector<SourceFilePtr> pwiz::msdata::ScanSettings::sourceFilePtrs

container for a list of source file references.

Definition at line 212 of file MSData.hpp.

Referenced by pwiz::msdata::TextWriter::operator()(), and testScanSettings().

◆ targets

std::vector<Target> pwiz::msdata::ScanSettings::targets

target list (or 'inclusion list') configured prior to the run.

Definition at line 215 of file MSData.hpp.

Referenced by pwiz::msdata::TextWriter::operator()(), and testScanSettings().


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