|
OpenMS
2.5.0
|
Go to the documentation of this file.
48 #include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/SUPERHIRN/SuperHirnConfig.h>
80 double getIntensity();
82 double getSignalToNoise();
83 double getFittedIntensity();
84 double getOrgIntensity();
85 std::string getExtraPeakInfo();
86 double getRetentionTime();
88 void setMass(
double pMass);
89 void setIntensity(
double pIntensity);
90 void setIsotopIdx(
double pIsotopIdx);
91 void setSignalToNoise(
double in);
92 void setFittedIntensity(
double pFittedIntensity);
93 void setOrgIntensity(
double pOrgIntensity);
94 void setExtraPeakInfo(std::string in);
95 void setRetentionTime(
double in);
98 void subtractIntensity(
double);
119 DeconvPeak(
double,
double,
int,
int,
double,
double);
void setSignalToNoise(double in)
Definition: CentroidPeak.h:213
double c13MassError_
Definition: CentroidPeak.h:147
int getNrIsotopes()
Definition: CentroidPeak.h:245
void setFittedIntensity(double pFittedIntensity)
Definition: CentroidPeak.h:218
void setScore(double pScore)
Definition: CentroidPeak.h:280
void setNrIsotopes(int pNrIsotopes)
Definition: CentroidPeak.h:275
std::string getExtraPeakInfo()
Definition: CentroidPeak.h:188
void setExtraPeakInfo(std::string in)
Definition: CentroidPeak.h:228
double signalToNoise_
Definition: CentroidPeak.h:108
double getOrgIntensity()
Definition: CentroidPeak.h:183
bool operator<(const MultiplexDeltaMasses &dm1, const MultiplexDeltaMasses &dm2)
void setIntensity(double pIntensity)
Definition: CentroidPeak.h:203
void setIsotopicPeaks(std::vector< CentroidPeak > pIsotopicPeaks)
Definition: CentroidPeak.h:285
void setMass(double pMass)
Definition: CentroidPeak.h:198
double score_
Definition: CentroidPeak.h:148
double getFittedIntensity()
Definition: CentroidPeak.h:178
double mass_
Definition: CentroidPeak.h:103
int getIsotopIdx()
Definition: CentroidPeak.h:168
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
double getIntensity()
Definition: CentroidPeak.h:163
double tr_
Definition: CentroidPeak.h:107
Definition: CentroidPeak.h:59
double getC13MassError()
Definition: CentroidPeak.h:250
double getRetentionTime()
Definition: CentroidPeak.h:193
int getCharge()
Definition: CentroidPeak.h:240
std::vector< CentroidPeak > isotopicPeaks_
Definition: CentroidPeak.h:149
void setRetentionTime(double in)
Definition: CentroidPeak.h:233
void setOrgIntensity(double pOrgIntensity)
Definition: CentroidPeak.h:223
Definition: CentroidPeak.h:113
DeconvPeak & operator=(const DeconvPeak &)
void setC13MassError(double pC13MassError)
Definition: CentroidPeak.h:270
std::ostream & operator<<(std::ostream &os, const AccurateMassSearchResult &amsr)
int nrIsotopes_
Definition: CentroidPeak.h:146
void setCharge(int pCharge)
Definition: CentroidPeak.h:265
void setIsotopIdx(double pIsotopIdx)
Definition: CentroidPeak.h:208
double getSignalToNoise()
Definition: CentroidPeak.h:173
double getMass()
Definition: CentroidPeak.h:158
std::vector< CentroidPeak > getIsotopicPeaks()
Definition: CentroidPeak.h:260
double orgIntensity_
Definition: CentroidPeak.h:106
double intensity_
Definition: CentroidPeak.h:104
double getScore()
Definition: CentroidPeak.h:255
int charge_
Definition: CentroidPeak.h:145
double fittedIntensity_
Definition: CentroidPeak.h:105
int isotopIdx_
Definition: CentroidPeak.h:102
std::string extraPeakInfo_
Definition: CentroidPeak.h:109