GooFit
v2.1.3
include
goofit
PDFs
combine
MappedPdf.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
MappedPdf
:
public
GooPdf
{
8
public
:
9
MappedPdf
(std::string n,
GooPdf
*m, std::vector<GooPdf *> &t);
10
// Map function m must be custom written to correspond to order of function list t.
11
__host__
fptype
normalize
()
const override
;
12
13
private
:
14
};
15
}
// namespace GooFit
GooFit::GooPdf
Definition:
GooPdf.h:54
GooFit::fptype
double fptype
Definition:
GlobalCudaDefines.h:96
GooFit::MappedPdf::normalize
__host__ fptype normalize() const override
GooFit::MappedPdf::MappedPdf
MappedPdf(std::string n, GooPdf *m, std::vector< GooPdf *> &t)
GooPdf.h
GooFit
Definition:
Application.h:18
GooFit::MappedPdf
Definition:
MappedPdf.h:7
Generated on Sat Apr 21 2018 20:13:17 for GooFit by
1.8.13