46 #ifndef OPENMS_TRANSFORMATIONS_FEATUREFINDER_SUPERHIRN_CENTROIDDATA_H 47 #define OPENMS_TRANSFORMATIONS_FEATUREFINDER_SUPERHIRN_CENTROIDDATA_H 49 #include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/SUPERHIRN/SuperHirnConfig.h> 59 #include <boost/shared_ptr.hpp> 82 CentroidData(
int, boost::shared_ptr<RawData>,
double,
bool);
85 void get(std::list<CentroidPeak> &);
86 void set(boost::shared_ptr<RawData>);
87 void set(std::vector<double> &, std::vector<double> &);
89 void setWidth(
int pWidth);
93 void setNoise(
double);
98 bool getNextPeakGroup(std::list<CentroidPeak>::iterator &, std::list<CentroidPeak>::iterator &);
99 void resetPeakGroupIter();
105 void calcCentroids(boost::shared_ptr<RawData>);
118 #endif // OPENMS_TRANSFORMATIONS_FEATUREFINDER_SUPERHIRN_CENTROIDDATA_H
std::list< CentroidPeak >::iterator fPeakGroupStart
Definition: CentroidData.h:111
Definition: CentroidData.h:64
double fScanRetentionTime
Definition: CentroidData.h:109
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
int fWindowWidth
Definition: CentroidData.h:107
double fNoise
Definition: CentroidData.h:108
std::ostream & operator<<(std::ostream &os, const AccurateMassSearchResult &amsr)
bool centroidDataModus_
Definition: CentroidData.h:101
std::list< CentroidPeak > fCentroidPeaks
Definition: CentroidData.h:110