ProteoWizard
Public Member Functions
pwiz::msdata::ComponentList Struct Reference

List with the different components used in the mass spectrometer. At least one source, one mass analyzer and one detector need to be specified. More...

#include <MSData.hpp>

Inherits std::vector< T >.

List of all members.

Public Member Functions

Componentsource (size_t index)
 returns the source component with ordinal <index+1>
Componentanalyzer (size_t index)
 returns the analyzer component with ordinal <index+1>
Componentdetector (size_t index)
 returns the detector component with ordinal <index+1>
const Componentsource (size_t index) const
 returns the source component with ordinal <index+1>
const Componentanalyzer (size_t index) const
 returns the analyzer component with ordinal <index+1>
const Componentdetector (size_t index) const
 returns the detector component with ordinal <index+1>

Additional Inherited Members

- Public Attributes inherited from std::vector< T >
elements
 STL member.

Detailed Description

List with the different components used in the mass spectrometer. At least one source, one mass analyzer and one detector need to be specified.

Definition at line 154 of file MSData.hpp.


Member Function Documentation

Component& pwiz::msdata::ComponentList::source ( size_t  index)

returns the source component with ordinal <index+1>

Referenced by testComponentList(), testInstrumentConfiguration(), and testIonisation().

Component& pwiz::msdata::ComponentList::analyzer ( size_t  index)

returns the analyzer component with ordinal <index+1>

Referenced by testAnalyzer(), and testComponentList().

Component& pwiz::msdata::ComponentList::detector ( size_t  index)

returns the detector component with ordinal <index+1>

Referenced by testComponentList(), testDetector(), and testInstrumentConfiguration().

const Component& pwiz::msdata::ComponentList::source ( size_t  index) const

returns the source component with ordinal <index+1>

const Component& pwiz::msdata::ComponentList::analyzer ( size_t  index) const

returns the analyzer component with ordinal <index+1>

const Component& pwiz::msdata::ComponentList::detector ( size_t  index) const

returns the detector component with ordinal <index+1>


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