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);
double mass_
Definition: CentroidPeak.h:103
double getSignalToNoise()
Definition: CentroidPeak.h:173
void setIsotopIdx(double pIsotopIdx)
Definition: CentroidPeak.h:208
double getRetentionTime()
Definition: CentroidPeak.h:193
int getIsotopIdx()
Definition: CentroidPeak.h:168
double getFittedIntensity()
Definition: CentroidPeak.h:178
void setIntensity(double pIntensity)
Definition: CentroidPeak.h:203
int getCharge()
Definition: CentroidPeak.h:240
int charge_
Definition: CentroidPeak.h:145
double getMass()
Definition: CentroidPeak.h:158
void setFittedIntensity(double pFittedIntensity)
Definition: CentroidPeak.h:218
double getC13MassError()
Definition: CentroidPeak.h:250
void setCharge(int pCharge)
Definition: CentroidPeak.h:265
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
void setC13MassError(double pC13MassError)
Definition: CentroidPeak.h:270
bool operator<(const MultiplexDeltaMasses &dm1, const MultiplexDeltaMasses &dm2)
int getNrIsotopes()
Definition: CentroidPeak.h:245
std::string getExtraPeakInfo()
Definition: CentroidPeak.h:188
double fittedIntensity_
Definition: CentroidPeak.h:105
double getScore()
Definition: CentroidPeak.h:255
void setMass(double pMass)
Definition: CentroidPeak.h:198
int nrIsotopes_
Definition: CentroidPeak.h:146
void setExtraPeakInfo(std::string in)
Definition: CentroidPeak.h:228
std::ostream & operator<<(std::ostream &os, const AccurateMassSearchResult &amsr)
DeconvPeak & operator=(const DeconvPeak &)
double tr_
Definition: CentroidPeak.h:107
double orgIntensity_
Definition: CentroidPeak.h:106
int isotopIdx_
Definition: CentroidPeak.h:102
std::vector< CentroidPeak > isotopicPeaks_
Definition: CentroidPeak.h:149
double c13MassError_
Definition: CentroidPeak.h:147
double intensity_
Definition: CentroidPeak.h:104
void setSignalToNoise(double in)
Definition: CentroidPeak.h:213
void setRetentionTime(double in)
Definition: CentroidPeak.h:233
double signalToNoise_
Definition: CentroidPeak.h:108
std::vector< CentroidPeak > getIsotopicPeaks()
Definition: CentroidPeak.h:260
std::string extraPeakInfo_
Definition: CentroidPeak.h:109
void setNrIsotopes(int pNrIsotopes)
Definition: CentroidPeak.h:275
void setScore(double pScore)
Definition: CentroidPeak.h:280
void setOrgIntensity(double pOrgIntensity)
Definition: CentroidPeak.h:223
Definition: CentroidPeak.h:59
double score_
Definition: CentroidPeak.h:148
double getIntensity()
Definition: CentroidPeak.h:163
void setIsotopicPeaks(std::vector< CentroidPeak > pIsotopicPeaks)
Definition: CentroidPeak.h:285
double getOrgIntensity()
Definition: CentroidPeak.h:183
Definition: CentroidPeak.h:113