35 #ifndef OPENMS_METADATA_EXPERIMENTALSETTINGS_H 36 #define OPENMS_METADATA_EXPERIMENTALSETTINGS_H 80 const Sample & getSample()
const;
84 void setSample(
const Sample & sample);
87 const std::vector<SourceFile> & getSourceFiles()
const;
89 std::vector<SourceFile> & getSourceFiles();
91 void setSourceFiles(
const std::vector<SourceFile> & source_files);
94 const std::vector<ContactPerson> & getContacts()
const;
96 std::vector<ContactPerson> & getContacts();
98 void setContacts(
const std::vector<ContactPerson> & contacts);
105 void setInstrument(
const Instrument & instrument);
108 const HPLC & getHPLC()
const;
112 void setHPLC(
const HPLC & hplc);
115 const DateTime & getDateTime()
const;
117 void setDateTime(
const DateTime & date);
120 const String & getComment()
const;
122 void setComment(
const String & comment);
125 const std::vector<ProteinIdentification> & getProteinIdentifications()
const;
127 std::vector<ProteinIdentification> & getProteinIdentifications();
129 void setProteinIdentifications(
const std::vector<ProteinIdentification> & protein_identifications);
132 const String & getFractionIdentifier()
const;
134 void setFractionIdentifier(
const String & fraction_identifier);
153 #endif // OPENMS_METADATA_EXPERIMENTALSETTINGS_H std::vector< ContactPerson > contacts_
Definition: ExperimentalSettings.h:139
Description of a MS instrument.
Definition: Instrument.h:64
A more convenient string class.
Definition: String.h:57
std::vector< SourceFile > source_files_
Definition: ExperimentalSettings.h:138
String fraction_identifier_
Definition: ExperimentalSettings.h:145
std::vector< ProteinIdentification > protein_identifications_
Definition: ExperimentalSettings.h:144
Representation of a HPLC experiment.
Definition: HPLC.h:51
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Sample sample_
Definition: ExperimentalSettings.h:137
Instrument instrument_
Definition: ExperimentalSettings.h:140
std::ostream & operator<<(std::ostream &os, const AccurateMassSearchResult &amsr)
Meta information about the sample.
Definition: Sample.h:60
DateTime datetime_
Definition: ExperimentalSettings.h:142
HPLC hplc_
Definition: ExperimentalSettings.h:141
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
DateTime Class.
Definition: DateTime.h:55
String comment_
Definition: ExperimentalSettings.h:143
Description of the experimental settings.
Definition: ExperimentalSettings.h:59
Manage source document information.
Definition: DocumentIdentifier.h:56