46 #ifndef OPENMS_TRANSFORMATIONS_FEATUREFINDER_SUPERHIRN_CENTROIDPEAK_H
47 #define OPENMS_TRANSFORMATIONS_FEATUREFINDER_SUPERHIRN_CENTROIDPEAK_H
79 double getIntensity();
81 double getSignalToNoise();
82 double getFittedIntensity();
83 double getOrgIntensity();
84 std::string getExtraPeakInfo();
85 double getRetentionTime();
87 void setMass(
double pMass);
88 void setIntensity(
double pIntensity);
89 void setIsotopIdx(
double pIsotopIdx);
90 void setSignalToNoise(
double in);
91 void setFittedIntensity(
double pFittedIntensity);
92 void setOrgIntensity(
double pOrgIntensity);
93 void setExtraPeakInfo(std::string in);
94 void setRetentionTime(
double in);
97 void subtractIntensity(
double);
118 DeconvPeak(
double,
double,
int,
int,
double,
double);
291 #endif // OPENMS_TRANSFORMATIONS_FEATUREFINDER_SUPERHIRN_CENTROIDPEAK_H
double mass_
Definition: CentroidPeak.h:102
double getSignalToNoise()
Definition: CentroidPeak.h:172
void setIsotopIdx(double pIsotopIdx)
Definition: CentroidPeak.h:207
double getRetentionTime()
Definition: CentroidPeak.h:192
int getIsotopIdx()
Definition: CentroidPeak.h:167
double getFittedIntensity()
Definition: CentroidPeak.h:177
void setIntensity(double pIntensity)
Definition: CentroidPeak.h:202
int getCharge()
Definition: CentroidPeak.h:239
int charge_
Definition: CentroidPeak.h:144
std::ostream & operator<<(std::ostream &os, const ItraqQuantifier::ItraqQuantifierStats &stats)
double getMass()
Definition: CentroidPeak.h:157
void setFittedIntensity(double pFittedIntensity)
Definition: CentroidPeak.h:217
double getC13MassError()
Definition: CentroidPeak.h:249
void setCharge(int pCharge)
Definition: CentroidPeak.h:264
void setC13MassError(double pC13MassError)
Definition: CentroidPeak.h:269
int getNrIsotopes()
Definition: CentroidPeak.h:244
std::string getExtraPeakInfo()
Definition: CentroidPeak.h:187
double fittedIntensity_
Definition: CentroidPeak.h:104
double getScore()
Definition: CentroidPeak.h:254
void setMass(double pMass)
Definition: CentroidPeak.h:197
int nrIsotopes_
Definition: CentroidPeak.h:145
void setExtraPeakInfo(std::string in)
Definition: CentroidPeak.h:227
DeconvPeak & operator=(const DeconvPeak &)
double tr_
Definition: CentroidPeak.h:106
double orgIntensity_
Definition: CentroidPeak.h:105
int isotopIdx_
Definition: CentroidPeak.h:101
std::vector< CentroidPeak > isotopicPeaks_
Definition: CentroidPeak.h:148
double c13MassError_
Definition: CentroidPeak.h:146
double intensity_
Definition: CentroidPeak.h:103
void setSignalToNoise(double in)
Definition: CentroidPeak.h:212
void setRetentionTime(double in)
Definition: CentroidPeak.h:232
double signalToNoise_
Definition: CentroidPeak.h:107
std::vector< CentroidPeak > getIsotopicPeaks()
Definition: CentroidPeak.h:259
std::string extraPeakInfo_
Definition: CentroidPeak.h:108
void setNrIsotopes(int pNrIsotopes)
Definition: CentroidPeak.h:274
void setScore(double pScore)
Definition: CentroidPeak.h:279
void setOrgIntensity(double pOrgIntensity)
Definition: CentroidPeak.h:222
Definition: CentroidPeak.h:58
double score_
Definition: CentroidPeak.h:147
double getIntensity()
Definition: CentroidPeak.h:162
void setIsotopicPeaks(std::vector< CentroidPeak > pIsotopicPeaks)
Definition: CentroidPeak.h:284
double getOrgIntensity()
Definition: CentroidPeak.h:182
Definition: CentroidPeak.h:112