|
GooFit
v2.1.3
|
#include <goofit/Application.h>#include <goofit/FitManager.h>#include <goofit/PDFs/basic/BWPdf.h>#include <goofit/PDFs/basic/GaussianPdf.h>#include <goofit/PDFs/combine/ConvolutionPdf.h>#include <goofit/UnbinnedDataSet.h>#include <goofit/Variable.h>#include <TCanvas.h>#include <TFile.h>#include <TH1.h>#include <TRandom.h>Go to the source code of this file.
Functions | |
| double | cpu_bw (double x, double x0, double gamma) |
| int | main (int argc, char **argv) |
| double cpu_bw | ( | double | x, |
| double | x0, | ||
| double | gamma | ||
| ) |
Definition at line 17 of file convolution.cpp.
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 24 of file convolution.cpp.
References GooFit::UnbinnedDataSet::addEvent(), cpu_bw(), data, GooFit::FitManagerMinuit2::fit(), GooFit::Indexable::getValue(), GOOFIT_PARSE, GooFit::PdfBase::setData(), and sigma.
1.8.13