![]() |
![]() |
Linear with eta dependence. More...
#include <Functions.h>
Public Member Functions | |
backgroundFunctionType5 (const double &lowerLimit, const double &upperLimit) | |
double | operator() (const double *parval, const double &mass, const double &eta) const override |
void | setParameters (double *Start, double *Step, double *Mini, double *Maxi, int *ind, TString *parname, const std::vector< double >::const_iterator &parBgrIt, const std::vector< int >::const_iterator &parBgrOrderIt, const int muonType) override |
This method is used to differentiate parameters among the different functions. More... | |
![]() | |
backgroundFunctionBase (const double &lowerLimit, const double &upperLimit) | |
virtual double | fracVsEta (const double *parval, const double &eta1, const double &eta2) const |
virtual TF1 * | functionForIntegral (const std::vector< double >::const_iterator &parBgrIt) const |
virtual double | operator() (const double *parval, const double &mass, const double &eta1, const double &eta2) const |
virtual int | parNum () const |
virtual | ~backgroundFunctionBase () |
Additional Inherited Members | |
![]() | |
virtual void | setPar (double *Start, double *Step, double *Mini, double *Maxi, int *ind, TString *parname, const std::vector< double >::const_iterator &parBgrIt, const std::vector< int >::const_iterator &parBgrOrderIt, double *thisStep, double *thisMini, double *thisMaxi, TString *thisParName) |
This method sets the parameters. More... | |
![]() | |
FunctionForIntegral * | functionForIntegral_ |
double | lowerLimit_ |
int | parNum_ |
double | upperLimit_ |
Linear with eta dependence.
Definition at line 1389 of file Functions.h.
|
inline |
Returns the value of the linear function f(M) = a + b*M for M < -a/b, 0 otherwise.
Where a = 1 + c*eta*eta and b is chosen to be negative (background decreasing when M increases).
Definition at line 1396 of file Functions.h.
|
inlineoverridevirtual |
Implements backgroundFunctionBase.
Definition at line 1399 of file Functions.h.
References a, b, and PVValHelper::eta.
|
inlineoverridevirtual |
This method is used to differentiate parameters among the different functions.
Implements backgroundFunctionBase.
Definition at line 1413 of file Functions.h.