46 #ifndef OPENMS_TRANSFORMATIONS_FEATUREFINDER_SUPERHIRN_DEISOTOPER_H 47 #define OPENMS_TRANSFORMATIONS_FEATUREFINDER_SUPERHIRN_DEISOTOPER_H 49 #include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/SUPERHIRN/SuperHirnConfig.h> 74 void cleanDeconvPeaks();
82 inline void setTheta(
double pTheta) {fTheta = pTheta; }
83 inline void setScanNumber(
int pScanNumber) {fScanNumber = pScanNumber; }
100 #endif // OPENMS_TRANSFORMATIONS_FEATUREFINDER_SUPERHIRN_DEISOTOPER_H void setMinPeakGroupSize(int pMinPeakGroupSize)
Definition: Deisotoper.h:81
bool getShortReportFlag()
Definition: Deisotoper.h:79
Definition: Deisotoper.h:61
double getTheta()
Definition: Deisotoper.h:77
Definition: CentroidData.h:64
int getMinPeakGroupSize()
Definition: Deisotoper.h:76
int fScanNumber
Definition: Deisotoper.h:92
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
double fTheta
Definition: Deisotoper.h:91
void setShortReportFlag(bool pShortReportFlag)
Definition: Deisotoper.h:84
int getScanNumber()
Definition: Deisotoper.h:78
std::ostream & operator<<(std::ostream &os, const AccurateMassSearchResult &amsr)
bool fShortReportFlag
Definition: Deisotoper.h:93
std::list< DeconvPeak > fDeconvPeaks
Definition: Deisotoper.h:88
void setScanNumber(int pScanNumber)
Definition: Deisotoper.h:83
std::list< DeconvPeak > & getDeconvPeaks()
Definition: Deisotoper.h:71
int fMinPeakGroupSize
Definition: Deisotoper.h:90
void setTheta(double pTheta)
Definition: Deisotoper.h:82