95 void setRT(
double rt);
100 double getMZ() const;
102 void setMZ(
double mz);
118 double getSignificanceThreshold() const;
120 void setSignificanceThreshold(
double value);
128 bool isHigherScoreBetter() const;
130 void setHigherScoreBetter(
bool value);
140 void setBaseName(const
String& base_name);
145 void setExperimentLabel(const
String& type);
205 double significance_threshold_;
207 bool higher_score_better_;
A container for consensus elements.
Definition: ConsensusMap.h:88
Representation of a peptide hit.
Definition: PeptideHit.h:57
Represents the peptide hits for a spectrum.
Definition: PeptideIdentification.h:65
PeptideHit HitType
Hit type definition.
Definition: PeptideIdentification.h:69
virtual ~PeptideIdentification() noexcept
destructor
A more convenient string class.
Definition: String.h:61
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:70
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47