48 #include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/SUPERHIRN/SuperHirnConfig.h> 60 class SUPERHIRN_DLLAPI Deisotoper
67 Deisotoper(CentroidData&);
68 virtual ~Deisotoper();
73 void cleanDeconvPeaks();
81 inline void setTheta(
double pTheta) {fTheta = pTheta; }
82 inline void setScanNumber(
int pScanNumber) {fScanNumber = pScanNumber; }
void setMinPeakGroupSize(int pMinPeakGroupSize)
Definition: Deisotoper.h:80
bool getShortReportFlag()
Definition: Deisotoper.h:78
Definition: RNPxlDeisotoper.h:46
double getTheta()
Definition: Deisotoper.h:76
Definition: CentroidData.h:63
int getMinPeakGroupSize()
Definition: Deisotoper.h:75
int fScanNumber
Definition: Deisotoper.h:91
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
double fTheta
Definition: Deisotoper.h:90
void setShortReportFlag(bool pShortReportFlag)
Definition: Deisotoper.h:83
int getScanNumber()
Definition: Deisotoper.h:77
std::ostream & operator<<(std::ostream &os, const AccurateMassSearchResult &amsr)
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