OpenMS
|
#include <OpenMS/TRANSFORMATIONS/RAW2PEAK/PeakShape.h>
#include <OpenMS/KERNEL/Peak1D.h>
#include <vector>
Go to the source code of this file.
Classes | |
struct | PenaltyFactors |
Class for the penalty factors used during the optimization. More... | |
class | OptimizePick |
This class provides the non-linear optimization of the peak parameters. More... | |
struct | OptimizePick::Data |
class | OptimizePick::OptPeakFunctor |
Namespaces | |
Eigen | |
OpenMS | |
Main OpenMS namespace. | |
OpenMS::OptimizationFunctions | |
Typedefs | |
typedef std::vector< Peak1D > | RawDataVector |
Profile data vector type. More... | |
typedef RawDataVector::iterator | PeakIterator |
Profile data iterator type. More... | |
struct OpenMS::OptimizePick::Data |