 |
OpenMS
2.4.0
|
Go to the documentation of this file.
78 static const std::string NamesOfSpectrumType[SIZE_OF_SPECTRUMTYPE];
104 const String & getNativeID()
const;
106 void setNativeID(
const String & native_id);
109 const String & getComment()
const;
111 void setComment(
const String & comment);
132 void setSourceFile(
const SourceFile & source_file);
135 const std::vector<Precursor> & getPrecursors()
const;
137 std::vector<Precursor> & getPrecursors();
139 void setPrecursors(
const std::vector<Precursor> & precursors);
142 const std::vector<Product> & getProducts()
const;
144 std::vector<Product> & getProducts();
146 void setProducts(
const std::vector<Product> & products);
149 const std::vector<PeptideIdentification> & getPeptideIdentifications()
const;
151 std::vector<PeptideIdentification> & getPeptideIdentifications();
153 void setPeptideIdentifications(
const std::vector<PeptideIdentification> & identifications);
156 void setDataProcessing(
const std::vector< DataProcessingPtr > & data_processing);
159 std::vector< DataProcessingPtr > & getDataProcessing();
162 const std::vector< boost::shared_ptr<const DataProcessing > > getDataProcessing()
const;
Description of the settings a MS Instrument was run with.
Definition: InstrumentSettings.h:47
@ CENTROID
centroid data or stick data
Definition: SpectrumSettings.h:73
SourceFile source_file_
Definition: SpectrumSettings.h:170
std::vector< DataProcessingPtr > data_processing_
Definition: SpectrumSettings.h:175
Description of the combination of raw data to a single spectrum.
Definition: AcquisitionInfo.h:52
InstrumentSettings instrument_settings_
Definition: SpectrumSettings.h:169
A more convenient string class.
Definition: String.h:57
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
std::vector< Product > products_
Definition: SpectrumSettings.h:173
String native_id_
Definition: SpectrumSettings.h:167
@ PROFILE
profile data
Definition: SpectrumSettings.h:74
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
SpectrumType
Spectrum peak type.
Definition: SpectrumSettings.h:70
@ UNKNOWN
Unknown spectrum type.
Definition: SpectrumSettings.h:72
String comment_
Definition: SpectrumSettings.h:168
std::vector< Precursor > precursors_
Definition: SpectrumSettings.h:172
std::ostream & operator<<(std::ostream &os, const AccurateMassSearchResult &amsr)
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
std::vector< PeptideIdentification > identification_
Definition: SpectrumSettings.h:174
Description of a file location, used to store the origin of (meta) data.
Definition: SourceFile.h:46
Representation of 1D spectrum settings.
Definition: SpectrumSettings.h:63
SpectrumType type_
Definition: SpectrumSettings.h:166
AcquisitionInfo acquisition_info_
Definition: SpectrumSettings.h:171