 |
OpenMS
3.0.0
|
|
Go to the documentation of this file.
95 void setRT(
double rt);
100 double getMZ() const;
102 void setMZ(
double mz);
107 const std::vector<
PeptideHit>& getHits() const;
115 void setHits(const std::vector<
PeptideHit>& hits);
119 double getSignificanceThreshold() const;
121 void setSignificanceThreshold(
double value);
124 const
String& getScoreType() const;
126 void setScoreType(const
String& type);
129 bool isHigherScoreBetter() const;
131 void setHigherScoreBetter(
bool value);
134 const
String& getIdentifier() const;
136 void setIdentifier(const
String&
id);
139 const
String& getBaseName() const;
141 void setBaseName(const
String& base_name);
144 const
String getExperimentLabel() const;
146 void setExperimentLabel(const
String& type);
206 double significance_threshold_;
208 bool higher_score_better_;
A more convenient string class.
Definition: String.h:58
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
A container for consensus elements.
Definition: ConsensusMap.h:82
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:70
Represents the peptide hits for a spectrum.
Definition: PeptideIdentification.h:63
PeptideHit HitType
Hit type definition.
Definition: PeptideIdentification.h:69
Representation of a peptide hit.
Definition: PeptideHit.h:55