|
OpenMS
2.6.0
|
Go to the documentation of this file.
48 #include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/SUPERHIRN/SuperHirnConfig.h>
81 double getIntensity();
83 double getSignalToNoise();
84 double getFittedIntensity();
85 double getOrgIntensity();
86 std::string getExtraPeakInfo();
87 double getRetentionTime();
89 void setMass(
double pMass);
90 void setIntensity(
double pIntensity);
91 void setIsotopIdx(
double pIsotopIdx);
92 void setSignalToNoise(
double in);
93 void setFittedIntensity(
double pFittedIntensity);
94 void setOrgIntensity(
double pOrgIntensity);
95 void setExtraPeakInfo(std::string in);
96 void setRetentionTime(
double in);
99 void subtractIntensity(
double);
120 DeconvPeak(
double,
double,
int,
int,
double,
double);
void setSignalToNoise(double in)
Definition: CentroidPeak.h:214
double c13MassError_
Definition: CentroidPeak.h:148
int getNrIsotopes()
Definition: CentroidPeak.h:246
void setFittedIntensity(double pFittedIntensity)
Definition: CentroidPeak.h:219
void setScore(double pScore)
Definition: CentroidPeak.h:281
void setNrIsotopes(int pNrIsotopes)
Definition: CentroidPeak.h:276
std::string getExtraPeakInfo()
Definition: CentroidPeak.h:189
void setExtraPeakInfo(std::string in)
Definition: CentroidPeak.h:229
double signalToNoise_
Definition: CentroidPeak.h:109
double getOrgIntensity()
Definition: CentroidPeak.h:184
bool operator<(const QTCluster &q1, const QTCluster &q2)
void setIntensity(double pIntensity)
Definition: CentroidPeak.h:204
void setIsotopicPeaks(std::vector< CentroidPeak > pIsotopicPeaks)
Definition: CentroidPeak.h:286
void setMass(double pMass)
Definition: CentroidPeak.h:199
double score_
Definition: CentroidPeak.h:149
double getFittedIntensity()
Definition: CentroidPeak.h:179
double mass_
Definition: CentroidPeak.h:104
int getIsotopIdx()
Definition: CentroidPeak.h:169
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
double getIntensity()
Definition: CentroidPeak.h:164
double tr_
Definition: CentroidPeak.h:108
Definition: CentroidPeak.h:60
double getC13MassError()
Definition: CentroidPeak.h:251
double getRetentionTime()
Definition: CentroidPeak.h:194
int getCharge()
Definition: CentroidPeak.h:241
std::vector< CentroidPeak > isotopicPeaks_
Definition: CentroidPeak.h:150
void setRetentionTime(double in)
Definition: CentroidPeak.h:234
void setOrgIntensity(double pOrgIntensity)
Definition: CentroidPeak.h:224
Definition: CentroidPeak.h:114
DeconvPeak & operator=(const DeconvPeak &)
void setC13MassError(double pC13MassError)
Definition: CentroidPeak.h:271
std::ostream & operator<<(std::ostream &os, const AccurateMassSearchResult &amsr)
int nrIsotopes_
Definition: CentroidPeak.h:147
void setCharge(int pCharge)
Definition: CentroidPeak.h:266
void setIsotopIdx(double pIsotopIdx)
Definition: CentroidPeak.h:209
double getSignalToNoise()
Definition: CentroidPeak.h:174
double getMass()
Definition: CentroidPeak.h:159
std::vector< CentroidPeak > getIsotopicPeaks()
Definition: CentroidPeak.h:261
double orgIntensity_
Definition: CentroidPeak.h:107
double intensity_
Definition: CentroidPeak.h:105
double getScore()
Definition: CentroidPeak.h:256
int charge_
Definition: CentroidPeak.h:146
double fittedIntensity_
Definition: CentroidPeak.h:106
int isotopIdx_
Definition: CentroidPeak.h:103
std::string extraPeakInfo_
Definition: CentroidPeak.h:110