#include <Functions.h>
Public Member Functions | |
virtual double | covPt1Pt2 (const double &pt1, const double &eta1, const double &pt2, const double &eta2, const T &parval) |
virtual int | parNum () const |
resolutionFunctionBase () | |
virtual void | setParameters (double *Start, double *Step, double *Mini, double *Maxi, int *ind, TString *parname, const T &parResol, const std::vector< int > &parResolOrder, const int muonType) |
This method is used to differentiate parameters among the different functions. More... | |
virtual void | setParameters (double *Start, double *Step, double *Mini, double *Maxi, int *ind, TString *parname, const T &parResol, const std::vector< int > &parResolOrder, const std::vector< double > &parStep, const std::vector< double > &parMin, const std::vector< double > &parMax, const int muonType) |
virtual double | sigmaCotgTh (const double &pt, const double &eta, const T &parval)=0 |
virtual double | sigmaPhi (const double &pt, const double &eta, const T &parval)=0 |
virtual double | sigmaPt (const double &pt, const double &eta, const T &parval)=0 |
virtual double | sigmaPtError (const double &pt, const double &eta, const T &parval, const T &parError) |
virtual | ~resolutionFunctionBase ()=0 |
Protected Member Functions | |
virtual void | setPar (double *Start, double *Step, double *Mini, double *Maxi, int *ind, TString *parname, const T &parResol, const std::vector< int > &parResolOrder, const std::vector< ParameterSet > &parSet) |
virtual void | setPar (double *Start, double *Step, double *Mini, double *Maxi, int *ind, TString *parname, const T &parResol, const std::vector< int > &parResolOrder, double *thisStep, double *thisMini, double *thisMaxi, TString *thisParName) |
This method sets the parameters. More... | |
Protected Attributes | |
int | parNum_ |
Resolution functions.
Need to use templates to make it work with both array and std::vector<double>.
Definition at line 828 of file Functions.h.
|
inline |
Definition at line 838 of file Functions.h.
|
inlinepure virtual |
Definition at line 916 of file Functions.h.
|
inlinevirtual |
Reimplemented in resolutionFunctionType47< T >.
Definition at line 834 of file Functions.h.
Referenced by ErrorsPropagationAnalyzer::massResolution(), and MuScleFitUtils::massResolution().
|
inlinevirtual |
|
inlineprotectedvirtual |
Definition at line 891 of file Functions.h.
|
inlineprotectedvirtual |
This method sets the parameters.
Definition at line 870 of file Functions.h.
Referenced by resolutionFunctionType45< T >::setParameters(), resolutionFunctionType46< T >::setParameters(), and resolutionFunctionType47< T >::setParameters().
|
inlinevirtual |
This method is used to differentiate parameters among the different functions.
Reimplemented in resolutionFunctionType47< T >, resolutionFunctionType46< T >, resolutionFunctionType45< T >, and resolutionFunctionType0< T >.
Definition at line 841 of file Functions.h.
Referenced by MuScleFitUtils::minimizeLikelihood().
|
inlinevirtual |
Reimplemented in resolutionFunctionType47< T >, resolutionFunctionType46< T >, resolutionFunctionType45< T >, and resolutionFunctionType0< T >.
Definition at line 850 of file Functions.h.
|
pure virtual |
|
pure virtual |
|
pure virtual |
Implemented in resolutionFunctionType47< T >, resolutionFunctionType46< T >, resolutionFunctionType45< T >, and resolutionFunctionType0< T >.
Referenced by ErrorsAnalyzer::fillHistograms(), ErrorsPropagationAnalyzer::fillHistograms(), MuScleFitUtils::massResolution(), and ResolutionFunction::sigmaPt().
|
inlinevirtual |
Reimplemented in resolutionFunctionType47< T >, resolutionFunctionType46< T >, resolutionFunctionType45< T >, and resolutionFunctionType0< T >.
Definition at line 831 of file Functions.h.
Referenced by ErrorsPropagationAnalyzer::fillHistograms().
|
protected |
Definition at line 868 of file Functions.h.
Referenced by resolutionFunctionBase< double * >::parNum(), resolutionFunctionType0< T >::resolutionFunctionType0(), resolutionFunctionType45< T >::resolutionFunctionType45(), resolutionFunctionType46< T >::resolutionFunctionType46(), resolutionFunctionType47< T >::resolutionFunctionType47(), resolutionFunctionBase< double * >::setPar(), resolutionFunctionType45< T >::setParameters(), resolutionFunctionType46< T >::setParameters(), and resolutionFunctionType47< T >::setParameters().