GooFit
v2.1.3
include
goofit
PDFs
basic
BinTransformPdf.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
goofit/PDFs/GooPdf.h
>
4
5
namespace
GooFit
{
6
7
// Transforms ND coordinates into a single bin number.
8
class
BinTransformPdf
:
public
GooPdf
{
9
public
:
10
BinTransformPdf
(std::string n,
11
std::vector<Observable> obses,
12
std::vector<fptype> limits,
13
std::vector<fptype> binSizes,
14
std::vector<int> numBins);
15
16
private
:
17
};
18
}
// namespace GooFit
GooFit::GooPdf
Definition:
GooPdf.h:54
GooPdf.h
GooFit::BinTransformPdf
Definition:
BinTransformPdf.h:8
GooFit
Definition:
Application.h:18
GooFit::BinTransformPdf::BinTransformPdf
BinTransformPdf(std::string n, std::vector< Observable > obses, std::vector< fptype > limits, std::vector< fptype > binSizes, std::vector< int > numBins)
Generated on Sat Apr 21 2018 20:13:17 for GooFit by
1.8.13