OpenMS  2.7.0
Public Member Functions | Public Attributes | List of all members
DeNovoIonScoring::IonScore Class Reference

IonScore. More...

#include <OpenMS/ANALYSIS/DENOVO/DeNovoIonScoring.h>

Collaboration diagram for DeNovoIonScoring::IonScore:
[legend]

Public Member Functions

 IonScore ()
 
 IonScore (const IonScore &rhs)
 
virtual ~IonScore ()
 
IonScoreoperator= (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...
 

Detailed Description

IonScore.

IonScore describes the likelihood of position to be prefix residue masses (in case of an b-ion centric algorithm).

Constructor & Destructor Documentation

◆ IonScore() [1/2]

IonScore ( )
inline

◆ IonScore() [2/2]

IonScore ( const IonScore rhs)
inline

◆ ~IonScore()

virtual ~IonScore ( )
inlinevirtual

Member Function Documentation

◆ operator=()

IonScore& operator= ( const IonScore rhs)
inline

Member Data Documentation

◆ index

SignedSize index

index of peak in the spectrum, -1 if not in spectrum

Referenced by DeNovoIonScoring::IonScore::operator=().

◆ position

double position

position of the ion

Referenced by DeNovoIonScoring::IonScore::operator=().

◆ score

double score