![]() |
![]() |
Linear. More...
#include <Functions.h>
Public Member Functions | |
backgroundFunctionType1 (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.
Definition at line 1204 of file Functions.h.
|
inline |
Returns the value of the linear function f(M) = 1 + b*M for M < -1/b, 0 otherwise.
b is chosen to be negative (background decreasing when M increases).
Note that this form describes only cases with a != 0 (keep in mind that the relative height with respect to the signal is controlled by the fraction parameter).
Definition at line 1213 of file Functions.h.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
This method is used to differentiate parameters among the different functions.
Implements backgroundFunctionBase.
Definition at line 1229 of file Functions.h.