Implementation of a gaussian convolved exponential for fitting.
More...
#include <PacConvolvedExponential.h>
List of all members.
Detailed Description
Implementation of a gaussian convolved exponential for fitting.
- Author:
- Matthias Nagl <mnagl@uni-goettingen.de>
- Note:
- Parameters and x are reversed as described in the Minuit examples!
Constructor & Destructor Documentation
PacConvolvedExponential::PacConvolvedExponential |
( |
const std::vector< double > & |
params | ) |
|
PacConvolvedExponential::PacConvolvedExponential |
( |
| ) |
|
PacConvolvedExponential::~PacConvolvedExponential |
( |
| ) |
|
Member Function Documentation
QVector< double > PacConvolvedExponential::fitResultCurve |
( |
const QVector< double > & |
xvals, |
|
|
const ROOT::Minuit2::MnUserParameterState & |
params |
|
) |
| const [virtual] |
- Parameters:
-
params | In this method (and only here) params means what it says: the parameters of the fitted function like halflife, background ... |
Implements PacAbstractFitFunction.
QPixmap PacConvolvedExponential::formulaAsPixmap |
( |
| ) |
const [virtual] |
QString PacConvolvedExponential::formulaExplanation |
( |
| ) |
const [virtual] |
double PacConvolvedExponential::operator() |
( |
const std::vector< double > & |
x | ) |
const |
- Note:
- paramproperties is initialized in this method for performance reasons (to avoid unnecessary initializations)
Implements PacAbstractFitFunction.
The documentation for this class was generated from the following files: