94 void setRT(
double rt);
101 void setMZ(
double mz);
117 double getSignificanceThreshold() const;
119 void setSignificanceThreshold(
double value);
122 const
String& getScoreType() const;
124 void setScoreType(const
String& type);
127 bool isHigherScoreBetter() const;
129 void setHigherScoreBetter(
bool value);
132 const
String& getIdentifier() const;
134 void setIdentifier(const
String&
id);
137 const
String& getBaseName() const;
139 void setBaseName(const
String& base_name);
142 const
String getExperimentLabel() const;
144 void setExperimentLabel(const
String& type);
173 double significance_threshold_;
175 bool higher_score_better_;
A more convenient string class.
Definition: String.h:58
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Representation of a peptide hit.
Definition: PeptideHit.h:54
PeptideHit HitType
Hit type definition.
Definition: PeptideIdentification.h:68
Represents the peptide hits for a spectrum.
Definition: PeptideIdentification.h:62