GooFit
v2.1.3
include
goofit
PDFs
basic
BifurGaussPdf.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
BifurGaussPdf
:
public
GooPdf
{
8
public
:
9
BifurGaussPdf
(std::string n,
Observable
_x,
Variable
m,
Variable
sL,
Variable
sR);
10
__host__
fptype
integrate
(
fptype
lo,
fptype
hi)
const override
;
11
//__host__ virtual bool hasAnalyticIntegral () const {return true;}
12
13
private
:
14
};
15
16
}
// namespace GooFit
GooFit::GooPdf
Definition:
GooPdf.h:54
GooFit::fptype
double fptype
Definition:
GlobalCudaDefines.h:96
GooFit::Observable
Special class for observables. Used in DataSets.
Definition:
Variable.h:109
GooPdf.h
GooFit::BifurGaussPdf::BifurGaussPdf
BifurGaussPdf(std::string n, Observable _x, Variable m, Variable sL, Variable sR)
GooFit
Definition:
Application.h:18
GooFit::BifurGaussPdf
Definition:
BifurGaussPdf.h:7
GooFit::Variable
Definition:
Variable.h:149
GooFit::BifurGaussPdf::integrate
__host__ fptype integrate(fptype lo, fptype hi) const override
Generated on Sat Apr 21 2018 20:13:17 for GooFit by
1.8.13