95 void setRT(
double rt);
100 double getMZ() const;
102 void setMZ(
double mz);
119 double getSignificanceThreshold() const;
121 void setSignificanceThreshold(
double value);
129 bool isHigherScoreBetter() const;
131 void setHigherScoreBetter(
bool value);
141 void setBaseName(const
String& base_name);
146 void setExperimentLabel(const
String& type);
206 double significance_threshold_;
208 bool higher_score_better_;
A container for consensus elements.
Definition: ConsensusMap.h:92
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:60
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:48