| | |
This struct holds the data describing an input mass spectrum centroid with a given tested charge. More...
| Header: | #include <MsXpS/libXpertMassCore/AbstractLowMassDeconvolver.hpp> |
| QString | toString(bool with_fit_quality = false) const |
| int | charge |
| MsXpS::libXpertMassCore::FitQuality | fitQuality |
| QSharedPointer<pappso::Trace> | matchingIsotopicClusterQSPtr |
| double | monoisotopicIntensity |
| double | monoisotopicMz |
| double | monoisotopicNeutralMass |
| double | testedIntensity |
| double | testedMz |
| double | testedNeutralMass |
When a deconvolution is started, one of the firsts steps is to iterate in the input centroided mass spectrum and for each centroid:
Craft a string representing this instance and returns it.
If with_fit_quality is true, the returned string also documents the FitQuality member.
This variable holds the charge being tested for the input centroided mass spectrum's centroid.
FitQuality for this instance.
Shared pointer to the pappso::Trace representing the isotopic cluster that could be matched to this instance.
This variable holds the intensity value for the monoisotopic centroid.
This variable holds the m/z value for the monoisotopic centroid.
This variable holds the neutral mass for the monoisotopic centroid.
This variable holds the original input mass spectrum's centroid's intensity value.
This variable holds the original input mass spectrum's centroid's m/z value.
This variable holds the neutral mass calculated assuming the original input mass spectrum's centroid's m/z value was for the charge value in the charge member of this struct.