|  | OpenMS
    2.6.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;
 
  
Description of the settings a MS Instrument was run with.
Definition: InstrumentSettings.h:47
centroid data or stick data
Definition: SpectrumSettings.h:73
SourceFile source_file_
Definition: SpectrumSettings.h:174
std::vector< DataProcessingPtr > data_processing_
Definition: SpectrumSettings.h:179
Description of the combination of raw data to a single spectrum.
Definition: AcquisitionInfo.h:52
InstrumentSettings instrument_settings_
Definition: SpectrumSettings.h:173
A more convenient string class.
Definition: String.h:59
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
std::vector< Product > products_
Definition: SpectrumSettings.h:177
String native_id_
Definition: SpectrumSettings.h:171
profile data
Definition: SpectrumSettings.h:74
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
SpectrumType
Spectrum peak type.
Definition: SpectrumSettings.h:70
Unknown spectrum type.
Definition: SpectrumSettings.h:72
String comment_
Definition: SpectrumSettings.h:172
std::vector< Precursor > precursors_
Definition: SpectrumSettings.h:176
std::ostream & operator<<(std::ostream &os, const AccurateMassSearchResult &amsr)
bool operator==(const IDBoostGraph::ProteinGroup &lhs, const IDBoostGraph::ProteinGroup &rhs)
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
Representation of 1D spectrum settings.
Definition: SpectrumSettings.h:63
SpectrumType type_
Definition: SpectrumSettings.h:170
AcquisitionInfo acquisition_info_
Definition: SpectrumSettings.h:175