GooFit
v2.1.3
include
goofit
PDFs
basic
LandauPdf.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
goofit/PDFs/GooPdf.h
>
4
5
namespace
GooFit
{
6
7
class
LandauPdf
:
public
GooPdf
{
8
public
:
9
LandauPdf
(std::string n,
Observable
_x,
Variable
mpv,
Variable
sigma
);
10
11
private
:
12
};
13
}
// namespace GooFit
GooFit::GooPdf
Definition:
GooPdf.h:54
GooFit::Observable
Special class for observables. Used in DataSets.
Definition:
Variable.h:109
sigma
Observable * sigma
Definition:
pipipi0DPFit.cpp:75
GooPdf.h
GooFit::LandauPdf
Definition:
LandauPdf.h:7
GooFit::LandauPdf::LandauPdf
LandauPdf(std::string n, Observable _x, Variable mpv, Variable sigma)
GooFit
Definition:
Application.h:18
GooFit::Variable
Definition:
Variable.h:149
Generated on Sat Apr 21 2018 20:13:17 for GooFit by
1.8.13