ProteoWizard
|
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 >.
Public Member Functions | |
Component & | source (size_t index) |
returns the source component with ordinal <index+1> | |
Component & | analyzer (size_t index) |
returns the analyzer component with ordinal <index+1> | |
Component & | detector (size_t index) |
returns the detector component with ordinal <index+1> | |
const Component & | source (size_t index) const |
returns the source component with ordinal <index+1> | |
const Component & | analyzer (size_t index) const |
returns the analyzer component with ordinal <index+1> | |
const Component & | detector (size_t index) const |
returns the detector component with ordinal <index+1> |
Additional Inherited Members | |
![]() | |
T | elements |
STL member. |
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.
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>