OpenMS
2.7.0
|
#include <OpenMS/ANALYSIS/DENOVO/DeNovoIonScoring.h>
Public Member Functions | |
IonScore () | |
IonScore (const IonScore &rhs) | |
virtual | ~IonScore () |
IonScore & | operator= (const IonScore &rhs) |
Public Attributes | |
double | score |
score More... | |
double | position |
position of the ion More... | |
SignedSize | index |
index of peak in the spectrum, -1 if not in spectrum More... | |
IonScore describes the likelihood of position to be prefix residue masses (in case of an b-ion centric algorithm).
|
inline |
|
inlinevirtual |
SignedSize index |
index of peak in the spectrum, -1 if not in spectrum
Referenced by DeNovoIonScoring::IonScore::operator=().
double position |
position of the ion
Referenced by DeNovoIonScoring::IonScore::operator=().
double score |
score
Referenced by DeNovoIonScoring::IonScore::operator=().