#include <selfspectrum.h>
- Todo
- write docs
Definition at line 44 of file selfspectrum.h.
◆ SelfSpectrum()
Default constructor
Definition at line 37 of file selfspectrum.cpp.
39{
42
45 {
46 qDebug() << itmi.index1();
47 for(auto itmj = ++itmi.begin(); itmj != itmi.end(); itmj++)
48 {
49
50
51 (*itmj).fillSelfSpectrumDataPoint(
52 codec_mass_matching,
m_trace[itmj.index1()],
m_trace[itmj.index2()]);
53 }
54 }
55
56 qDebug();
57}
SelfSpectrumMatrix m_matrix
References m_matrix, and m_trace.
◆ ~SelfSpectrum()
| pappso::specself::SelfSpectrum::~SelfSpectrum |
( |
| ) |
|
|
virtual |
◆ getMatrix()
◆ getTrace()
| const Trace & pappso::specself::SelfSpectrum::getTrace |
( |
| ) |
const |
◆ setPrecursorMass()
Definition at line 78 of file selfspectrum.cpp.
80{
81
83 {
84 for(auto itmj = ++itmi.begin(); itmj != itmi.end(); itmj++)
85 {
86
87
88 (*itmj).fillAntiSpectrumDataPoint(
89 precursor_mass, codec_mass_matching,
m_trace[itmj.index1()],
m_trace[itmj.index2()]);
90 }
91 }
92}
References m_matrix, and m_trace.
◆ setVariableModification()
Definition at line 96 of file selfspectrum.cpp.
99{
100
102 {
103 for(auto itmj = ++itmi.begin(); itmj != itmi.end(); itmj++)
104 {
105
106
107 (*itmj).setVariableModification(codec_mass_matching, aa, quantifier);
108 }
109 }
110}
References m_matrix.
◆ m_matrix
◆ m_trace
| Trace pappso::specself::SelfSpectrum::m_trace |
|
private |
The documentation for this class was generated from the following files: