OpenMS
Loading...
Searching...
No Matches
FragmentIndex::Fragment Struct Reference

One entry in the fragment index. More...

#include <OpenMS/ANALYSIS/ID/FragmentIndex.h>

Collaboration diagram for FragmentIndex::Fragment:
[legend]

Public Member Functions

 Fragment ()=default
 
 Fragment (UInt32 peptide_idx, float fragment_mz)
 

Public Attributes

UInt32 peptide_idx_ {}
 
float fragment_mz_ {}
 

Detailed Description

One entry in the fragment index.

Constructor & Destructor Documentation

◆ Fragment() [1/2]

Fragment ( )
default

◆ Fragment() [2/2]

Fragment ( UInt32  peptide_idx,
float  fragment_mz 
)
inline

Member Data Documentation

◆ fragment_mz_

float fragment_mz_ {}

◆ peptide_idx_

UInt32 peptide_idx_ {}