#include <OpenMS/ANALYSIS/DENOVO/DeNovoIonScoring.h>
Public Member Functions | |
| IonScore () | |
| IonScore (const IonScore &rhs) | |
| virtual | ~IonScore () |
| IonScore & | operator= (const IonScore &rhs) |
Public Attributes | |
| DoubleReal | score |
| score | |
| DoubleReal | position |
| position of the ion | |
| SignedSize | index |
| index of peak in the spectrum, -1 if not in spectrum | |
IonScore describes the likelihood of position to be prefix residue masses (in case of an b-ion centric algorithm).
| IonScore | ( | ) | [inline] |
| virtual ~IonScore | ( | ) | [inline, virtual] |
index of peak in the spectrum, -1 if not in spectrum
Referenced by DeNovoIonScoring::IonScore::operator=().
position of the ion
Referenced by DeNovoIonScoring::IonScore::operator=().
score
Referenced by DeNovoIonScoring::IonScore::operator=().
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:49 using doxygen 1.7.1 |