#include <OpenMS/TRANSFORMATIONS/RAW2PEAK/PeakShape.h>
#include <OpenMS/KERNEL/Peak1D.h>
#include <Eigen/Core>
#include <unsupported/Eigen/NonLinearOptimization>
#include <vector>
Go to the source code of this file.
◆ OpenMS::OptimizePick::Data
      
        
          | struct OpenMS::OptimizePick::Data | 
      
 
| Class Members | 
|---|
| vector< PeakShape > | peaks | This container contains the peak shapes to be optimized. | 
| PenaltyFactors | penalties |  | 
| vector< double > | positions | Positions and intensity values of the profile data. | 
| vector< double > | signal |  |