15 namespace IdentificationDataInternal
61 return first < second;
Representation of controlled vocabulary term.
Definition: CVTerm.h:27
void setName(const String &name)
sets the name of the term
const String & getAccession() const
returns the accession string of the term
const String & getName() const
returns the name of the term
A more convenient string class.
Definition: String.h:34
std::set< ScoreType > ScoreTypes
Definition: ScoreType.h:65
IteratorWrapper< ScoreTypes::iterator > ScoreTypeRef
Definition: ScoreType.h:66
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
Wrapper that adds operator< to iterators, so they can be used as (part of) keys in maps/sets or multi...
Definition: MetaData.h:20
Information about a score type.
Definition: ScoreType.h:20
ScoreType(const ScoreType &other)=default
CVTerm cv_term
Definition: ScoreType.h:21
ScoreType(const String &name, bool higher_better)
Definition: ScoreType.h:35
bool operator==(const ScoreType &other) const
Definition: ScoreType.h:53
bool isBetterScore(double first, double second) const
Definition: ScoreType.h:58
ScoreType(const CVTerm &cv_term, bool higher_better)
Definition: ScoreType.h:30
bool higher_better
Definition: ScoreType.h:23
ScoreType()
Definition: ScoreType.h:25
bool operator<(const ScoreType &other) const
Definition: ScoreType.h:44