GooFit
v2.1.3
include
goofit
PDFs
basic
TrigThresholdPdf.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
TrigThresholdPdf
:
public
GooPdf
{
8
public
:
9
TrigThresholdPdf
(
10
std::string n,
Observable
_x,
Variable
thresh,
Variable
trigConst,
Variable
linConst,
bool
upper =
true
);
11
TrigThresholdPdf
(std::string n,
12
Observable
_x,
13
Observable
_y,
14
Variable
thresh,
15
Variable
trigConst,
16
Variable
linConst,
17
Variable
massConstant,
18
bool
upper);
19
20
private
:
21
};
22
}
// namespace GooFit
GooFit::GooPdf
Definition:
GooPdf.h:54
GooFit::Observable
Special class for observables. Used in DataSets.
Definition:
Variable.h:109
GooFit::TrigThresholdPdf::TrigThresholdPdf
TrigThresholdPdf(std::string n, Observable _x, Variable thresh, Variable trigConst, Variable linConst, bool upper=true)
GooPdf.h
GooFit
Definition:
Application.h:18
GooFit::Variable
Definition:
Variable.h:149
GooFit::TrigThresholdPdf
Definition:
TrigThresholdPdf.h:7
Generated on Sat Apr 21 2018 20:13:17 for GooFit by
1.8.13