![]() |
OpenMS
|
high-level meta data of a transition More...
#include <OpenMS/DATASTRUCTURES/OSWData.h>
Public Member Functions | |
| OSWTransition ()=default | |
| default c'tor More... | |
| OSWTransition (const String &annotation, const UInt32 id, const float product_mz, const char type, const bool is_decoy) | |
| custom c'tor which fills all the members with data; all members are read-only More... | |
| OSWTransition (const OSWTransition &rhs)=default | |
| OSWTransition & | operator= (const OSWTransition &rhs)=default |
| OSWTransition (OSWTransition &&rhs)=default | |
| OSWTransition & | operator= (OSWTransition &&rhs)=default |
| ~OSWTransition ()=default | |
| const String & | getAnnotation () const |
| e.g. y5/-0.002 More... | |
| UInt32 | getID () const |
| ID as used in OSWPeakGroup::transition_ids. More... | |
| float | getProductMZ () const |
| observed product m/z value More... | |
| char | getType () const |
| b, y More... | |
| bool | isDecoy () const |
| is this a decoy transition (from a decoy protein/peptide) More... | |
Private Attributes | |
| String | annotation_ |
| e.g. y5/-0.002 More... | |
| UInt32 | id_ |
| ID as used in OSWPeakGroup::transition_ids. More... | |
| float | product_mz_ |
| observed product m/z value More... | |
| char | type_ |
| b, y, More... | |
| bool | is_decoy_ |
| is this a decoy transition (from a decoy protein/peptide) More... | |
high-level meta data of a transition
|
default |
default c'tor
| OSWTransition | ( | const String & | annotation, |
| const UInt32 | id, | ||
| const float | product_mz, | ||
| const char | type, | ||
| const bool | is_decoy | ||
| ) |
custom c'tor which fills all the members with data; all members are read-only
|
default |
|
default |
|
default |
|
inline |
e.g. y5/-0.002
|
inline |
ID as used in OSWPeakGroup::transition_ids.
Referenced by OSWData::addTransition().
|
inline |
observed product m/z value
|
inline |
b, y
|
inline |
is this a decoy transition (from a decoy protein/peptide)
|
default |
|
default |
|
private |
e.g. y5/-0.002
|
private |
ID as used in OSWPeakGroup::transition_ids.
|
private |
is this a decoy transition (from a decoy protein/peptide)
|
private |
observed product m/z value
|
private |
b, y,