#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  More... | |
| DoubleReal | 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=().
| DoubleReal position | 
position of the ion
Referenced by DeNovoIonScoring::IonScore::operator=().
| DoubleReal score | 
score
Referenced by DeNovoIonScoring::IonScore::operator=().
| OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:26 using doxygen 1.8.5 |