OpenMS
PenaltyFactorsIntensity Struct Reference

Class for the penalty factors used during the optimization. More...

#include <OpenMS/TRANSFORMATIONS/RAW2PEAK/OptimizePeakDeconvolution.h>

Inheritance diagram for PenaltyFactorsIntensity:
[legend]
Collaboration diagram for PenaltyFactorsIntensity:
[legend]

Public Member Functions

 PenaltyFactorsIntensity ()
 
 PenaltyFactorsIntensity (const PenaltyFactorsIntensity &p)
 
PenaltyFactorsIntensityoperator= (const PenaltyFactorsIntensity &p)
 
 ~PenaltyFactorsIntensity ()
 
- Public Member Functions inherited from PenaltyFactors
 PenaltyFactors ()
 
 PenaltyFactors (const PenaltyFactors &p)
 
PenaltyFactorsoperator= (const PenaltyFactors &p)
 
 ~PenaltyFactors ()
 

Public Attributes

double height
 
- Public Attributes inherited from PenaltyFactors
double pos
 Penalty factor for the peak shape's position. More...
 
double lWidth
 Penalty factor for the peak shape's left width parameter. More...
 
double rWidth
 Penalty factor for the peak shape's right width parameter. More...
 

Detailed Description

Class for the penalty factors used during the optimization.

A great deviation (squared deviation) of a peak shape's position or its left or right width parameter can be penalised. During the optimization negative heights may occur, they are penalised as well.

Constructor & Destructor Documentation

◆ PenaltyFactorsIntensity() [1/2]

◆ PenaltyFactorsIntensity() [2/2]

◆ ~PenaltyFactorsIntensity()

Member Function Documentation

◆ operator=()

Member Data Documentation

◆ height