|
ProteoWizard
|
structure for holding the matched filter calculation results More...
#include <PeakDetectorMatchedFilter.hpp>
Public Member Functions | |
| Score (double _f=0, int _c=0, int _n=0) | |
Public Attributes | |
| double | frequency |
| int | charge |
| int | neutronCount |
| double | value |
| double | monoisotopicFrequency |
| std::complex< double > | monoisotopicIntensity |
| int | peakCount |
| std::vector< pwiz::data::peakdata::Peak > | peaks |
structure for holding the matched filter calculation results
Definition at line 129 of file PeakDetectorMatchedFilter.hpp.
|
inline |
Definition at line 142 of file PeakDetectorMatchedFilter.hpp.
| double pwiz::frequency::PeakDetectorMatchedFilter::Score::frequency |
Definition at line 131 of file PeakDetectorMatchedFilter.hpp.
| int pwiz::frequency::PeakDetectorMatchedFilter::Score::charge |
Definition at line 132 of file PeakDetectorMatchedFilter.hpp.
Referenced by testFind().
| int pwiz::frequency::PeakDetectorMatchedFilter::Score::neutronCount |
Definition at line 133 of file PeakDetectorMatchedFilter.hpp.
| double pwiz::frequency::PeakDetectorMatchedFilter::Score::value |
Definition at line 134 of file PeakDetectorMatchedFilter.hpp.
| double pwiz::frequency::PeakDetectorMatchedFilter::Score::monoisotopicFrequency |
Definition at line 136 of file PeakDetectorMatchedFilter.hpp.
Referenced by testFind().
| std::complex<double> pwiz::frequency::PeakDetectorMatchedFilter::Score::monoisotopicIntensity |
Definition at line 137 of file PeakDetectorMatchedFilter.hpp.
Referenced by testFind().
| int pwiz::frequency::PeakDetectorMatchedFilter::Score::peakCount |
Definition at line 138 of file PeakDetectorMatchedFilter.hpp.
| std::vector<pwiz::data::peakdata::Peak> pwiz::frequency::PeakDetectorMatchedFilter::Score::peaks |
Definition at line 140 of file PeakDetectorMatchedFilter.hpp.