|
OpenMS
2.5.0
|
Go to the documentation of this file.
78 static const std::string NamesOfSpectrumType[SIZE_OF_SPECTRUMTYPE];
108 const String & getNativeID()
const;
110 void setNativeID(
const String & native_id);
113 const String & getComment()
const;
115 void setComment(
const String & comment);
136 void setSourceFile(
const SourceFile & source_file);
139 const std::vector<Precursor> & getPrecursors()
const;
141 std::vector<Precursor> & getPrecursors();
143 void setPrecursors(
const std::vector<Precursor> & precursors);
146 const std::vector<Product> & getProducts()
const;
148 std::vector<Product> & getProducts();
150 void setProducts(
const std::vector<Product> & products);
153 const std::vector<PeptideIdentification> & getPeptideIdentifications()
const;
155 std::vector<PeptideIdentification> & getPeptideIdentifications();
157 void setPeptideIdentifications(
const std::vector<PeptideIdentification> & identifications);
160 void setDataProcessing(
const std::vector< DataProcessingPtr > & data_processing);
163 std::vector< DataProcessingPtr > & getDataProcessing();
166 const std::vector< boost::shared_ptr<const DataProcessing > > getDataProcessing()
const;
std::vector< DataProcessingPtr > data_processing_
Definition: SpectrumSettings.h:179
Representation of 1D spectrum settings.
Definition: SpectrumSettings.h:63
std::vector< PeptideIdentification > identification_
Definition: SpectrumSettings.h:178
Description of a file location, used to store the origin of (meta) data.
Definition: SourceFile.h:46
InstrumentSettings instrument_settings_
Definition: SpectrumSettings.h:173
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
SpectrumType type_
Definition: SpectrumSettings.h:170
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
String comment_
Definition: SpectrumSettings.h:172
String native_id_
Definition: SpectrumSettings.h:171
std::vector< Precursor > precursors_
Definition: SpectrumSettings.h:176
std::vector< Product > products_
Definition: SpectrumSettings.h:177
AcquisitionInfo acquisition_info_
Definition: SpectrumSettings.h:175
Description of the combination of raw data to a single spectrum.
Definition: AcquisitionInfo.h:52
Interface for classes that can store arbitrary meta information (Type-Name-Value tuples).
Definition: MetaInfoInterface.h:60
SpectrumType
Spectrum peak type.
Definition: SpectrumSettings.h:70
centroid data or stick data
Definition: SpectrumSettings.h:73
std::ostream & operator<<(std::ostream &os, const AccurateMassSearchResult &amsr)
SourceFile source_file_
Definition: SpectrumSettings.h:174
Description of the settings a MS Instrument was run with.
Definition: InstrumentSettings.h:47
profile data
Definition: SpectrumSettings.h:74
A more convenient string class.
Definition: String.h:58
Unknown spectrum type.
Definition: SpectrumSettings.h:72
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46