46 #ifndef OPENMS_TRANSFORMATIONS_FEATUREFINDER_SUPERHIRN_DEISOTOPER_H
47 #define OPENMS_TRANSFORMATIONS_FEATUREFINDER_SUPERHIRN_DEISOTOPER_H
73 void cleanDeconvPeaks();
81 inline void setTheta(
double pTheta) {fTheta = pTheta; }
82 inline void setScanNumber(
int pScanNumber) {fScanNumber = pScanNumber; }
99 #endif // OPENMS_TRANSFORMATIONS_FEATUREFINDER_SUPERHIRN_DEISOTOPER_H
void setMinPeakGroupSize(int pMinPeakGroupSize)
Definition: Deisotoper.h:80
bool getShortReportFlag()
Definition: Deisotoper.h:78
Definition: Deisotoper.h:60
double getTheta()
Definition: Deisotoper.h:76
Definition: CentroidData.h:62
std::ostream & operator<<(std::ostream &os, const ItraqQuantifier::ItraqQuantifierStats &stats)
int getMinPeakGroupSize()
Definition: Deisotoper.h:75
int fScanNumber
Definition: Deisotoper.h:91
double fTheta
Definition: Deisotoper.h:90
void setShortReportFlag(bool pShortReportFlag)
Definition: Deisotoper.h:83
int getScanNumber()
Definition: Deisotoper.h:77
bool fShortReportFlag
Definition: Deisotoper.h:92
std::list< DeconvPeak > fDeconvPeaks
Definition: Deisotoper.h:87
void setScanNumber(int pScanNumber)
Definition: Deisotoper.h:82
std::list< DeconvPeak > & getDeconvPeaks()
Definition: Deisotoper.h:70
int fMinPeakGroupSize
Definition: Deisotoper.h:89
void setTheta(double pTheta)
Definition: Deisotoper.h:81