|
OpenMS
2.5.0
|
Go to the documentation of this file.
78 void setId(
const String &
id);
82 const String & getId()
const;
85 void setCharge(
Int charge);
88 Int getCharge()
const;
91 void setCalculatedMassToCharge(
double mz);
94 double getCalculatedMassToCharge()
const;
97 void setExperimentalMassToCharge(
double mz);
100 double getExperimentalMassToCharge()
const;
103 void setName(
const String & name);
106 const String & getName()
const;
109 void setPassThreshold(
bool pass);
112 bool getPassThreshold()
const;
115 void setRank(
Int rank);
bool pass_threshold_
pass threshold
Definition: IdentificationHit.h:129
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
Int charge_
peptide charge
Definition: IdentificationHit.h:125
String name_
name
Definition: IdentificationHit.h:128
double calculated_mass_to_charge_
calculated mass to charge ratio
Definition: IdentificationHit.h:126
Interface for classes that can store arbitrary meta information (Type-Name-Value tuples).
Definition: MetaInfoInterface.h:60
Represents a object which can store the information of an analysisXML instance.
Definition: IdentificationHit.h:48
A more convenient string class.
Definition: String.h:58
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
String id_
identifier
Definition: IdentificationHit.h:124
Int rank_
rank of the peptide
Definition: IdentificationHit.h:130
double experimental_mass_to_charge_
experimental mass to charge ratio
Definition: IdentificationHit.h:127