69 void setRT(
double rt);
76 void setMZ(
double mz);
93 double getSignificanceThreshold() const;
95 void setSignificanceThreshold(
double value);
103 bool isHigherScoreBetter() const;
105 void setHigherScoreBetter(
bool value);
115 void setBaseName(const
String& base_name);
120 void setExperimentLabel(const
String& type);
129 void setSpectrumReference(const
String& ref);
189 double significance_threshold_;
191 bool higher_score_better_;
A container for consensus elements.
Definition: ConsensusMap.h:66
Representation of a peptide hit.
Definition: PeptideHit.h:31
Represents the peptide hits for a spectrum.
Definition: PeptideIdentification.h:39
PeptideHit HitType
Hit type definition.
Definition: PeptideIdentification.h:43
virtual ~PeptideIdentification() noexcept
destructor
A more convenient string class.
Definition: String.h:34
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:97
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:44
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19