![]() |
![]() |
Exponential binned in eta (Z, Run2012C PromptReco-v1 + PromptReco-v2) More...
#include <Functions.h>
Public Member Functions | |
backgroundFunctionType11 (const double &lowerLimit, const double &upperLimit) | |
double | fracVsEta (const double *parval, const double &eta1, const double &eta2) const override |
double | operator() (const double *parval, const double &mass, const double &eta) const override |
double | operator() (const double *parval, const double &mass, const double &eta1, const double &eta2) 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 TF1 * | functionForIntegral (const std::vector< double >::const_iterator &parBgrIt) 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_ |
Exponential binned in eta (Z, Run2012C PromptReco-v1 + PromptReco-v2)
Definition at line 2339 of file Functions.h.
|
inline |
Definition at line 2341 of file Functions.h.
|
inlineoverridevirtual |
Reimplemented from backgroundFunctionBase.
Definition at line 2421 of file Functions.h.
References gather_cfg::cout.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Reimplemented from backgroundFunctionBase.
Definition at line 2347 of file Functions.h.
References gather_cfg::cout, and JetChargeProducer_cfi::exp.
|
inlineoverridevirtual |
This method is used to differentiate parameters among the different functions.
Implements backgroundFunctionBase.
Definition at line 2407 of file Functions.h.