GooFit
v2.1.3
include
goofit
PDFs
basic
ScaledGaussianPdf.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
ScaledGaussianPdf
:
public
GooPdf
{
8
public
:
9
ScaledGaussianPdf
(std::string n,
Observable
_x,
Variable
m,
Variable
s,
Variable
d,
Variable
e);
10
__host__
bool
hasAnalyticIntegral
()
const override
{
return
false
; }
11
12
private
:
13
};
14
}
// namespace GooFit
GooFit::GooPdf
Definition:
GooPdf.h:54
GooFit::Observable
Special class for observables. Used in DataSets.
Definition:
Variable.h:109
GooPdf.h
GooFit::ScaledGaussianPdf::hasAnalyticIntegral
__host__ bool hasAnalyticIntegral() const override
Definition:
ScaledGaussianPdf.h:10
GooFit
Definition:
Application.h:18
GooFit::ScaledGaussianPdf
Definition:
ScaledGaussianPdf.h:7
GooFit::Variable
Definition:
Variable.h:149
GooFit::ScaledGaussianPdf::ScaledGaussianPdf
ScaledGaussianPdf(std::string n, Observable _x, Variable m, Variable s, Variable d, Variable e)
Generated on Sat Apr 21 2018 20:13:17 for GooFit by
1.8.13