![]() |
OpenMS
|
container for SpectrumMatch. Also keeps count of total number of candidates and total number of matches. More...
#include <OpenMS/ANALYSIS/ID/FragmentIndex.h>
Public Member Functions | |
SpectrumMatchesTopN ()=default | |
SpectrumMatchesTopN & | operator+= (const SpectrumMatchesTopN &other) |
Appends the a SpectrumMatchesTopN to another one. Add the number of all matched peaks up. Same for number of scored candidates The. More... | |
void | clear () |
Public Attributes | |
std::vector< SpectrumMatch > | hits_ |
The preliminary candidates. More... | |
container for SpectrumMatch. Also keeps count of total number of candidates and total number of matches.
|
default |
|
inline |
|
inline |
Appends the a SpectrumMatchesTopN to another one. Add the number of all matched peaks up. Same for number of scored candidates The.
other | The appended struct |
References FragmentIndex::SpectrumMatchesTopN::hits_.
std::vector<SpectrumMatch> hits_ |
The preliminary candidates.
Referenced by FragmentIndex::SpectrumMatchesTopN::operator+=().