22     class PeptideIdentification;
 
   93     void setRT(
double rt);
 
  100     void setMZ(
double mz);
 
  117     double getSignificanceThreshold() const;
 
  119     void setSignificanceThreshold(
double value);
 
  127     bool isHigherScoreBetter() const;
 
  129     void setHigherScoreBetter(
bool value);
 
  139     void setBaseName(const 
String& base_name);
 
  144     void setExperimentLabel(const 
String& type);
 
  153     void setSpectrumReference(const 
String& ref);
 
  216     bool higher_score_better_; 
 
A container for consensus elements.
Definition: ConsensusMap.h:66
Definition: MzIdentMLHandler.h:134
Represents a single spectrum match (candidate) for a specific tandem mass spectrum (MS/MS).
Definition: PeptideHit.h:49
Represents the set of candidates (SpectrumMatches) identified for a single precursor spectrum.
Definition: PeptideIdentification.h:63
PeptideHit HitType
Hit type definition.
Definition: PeptideIdentification.h:67
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