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
A more convenient string class.
Definition: String.h:57
std::vector< Precursor > precursors_
Definition: SpectrumSettings.h:172
SpectrumType
Spectrum peak type.
Definition: SpectrumSettings.h:70
Description of the combination of raw data to a single spectrum.
Definition: AcquisitionInfo.h:52
profile data
Definition: SpectrumSettings.h:74
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
Representation of 1D spectrum settings.
Definition: SpectrumSettings.h:63
Description of a file location, used to store the origin of (meta) data.
Definition: SourceFile.h:46
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Unknown spectrum type.
Definition: SpectrumSettings.h:72
InstrumentSettings instrument_settings_
Definition: SpectrumSettings.h:169
std::vector< DataProcessingPtr > data_processing_
Definition: SpectrumSettings.h:175
std::ostream & operator<<(std::ostream &os, const AccurateMassSearchResult &amsr)
SpectrumType type_
Definition: SpectrumSettings.h:166
SourceFile source_file_
Definition: SpectrumSettings.h:170
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
AcquisitionInfo acquisition_info_
Definition: SpectrumSettings.h:171
String native_id_
Definition: SpectrumSettings.h:167
std::vector< Product > products_
Definition: SpectrumSettings.h:173
String comment_
Definition: SpectrumSettings.h:168
centroid data or stick data
Definition: SpectrumSettings.h:73
std::vector< PeptideIdentification > identification_
Definition: SpectrumSettings.h:174