#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)=0 |
This method is used to differentiate parameters among the different functions. More... | |
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, double *thisStep, double *thisMini, double *thisMaxi, TString *thisParName) |
This method sets the parameters. More... | |
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) |
Protected Attributes | |
int | parNum_ |
Resolution functions.
Need to use templates to make it work with both array and std::vector<double>.
Definition at line 1522 of file Functions.h.
|
inline |
Definition at line 1535 of file Functions.h.
|
inlinepure virtual |
Definition at line 1571 of file Functions.h.
|
inlinevirtual |
Reimplemented in resolutionFunctionType30< T >.
Definition at line 1531 of file Functions.h.
Referenced by MuScleFitUtils::massResolution().
|
inlinevirtual |
|
inlineprotectedvirtual |
This method sets the parameters.
Definition at line 1543 of file Functions.h.
Referenced by resolutionFunctionType1< T >::setParameters(), resolutionFunctionType6< T >::setParameters(), resolutionFunctionType7< T >::setParameters(), resolutionFunctionType8< T >::setParameters(), resolutionFunctionType9< T >::setParameters(), resolutionFunctionType10< T >::setParameters(), resolutionFunctionType11< T >::setParameters(), resolutionFunctionType12< T >::setParameters(), resolutionFunctionType13< T >::setParameters(), resolutionFunctionType14< T >::setParameters(), resolutionFunctionType15< T >::setParameters(), resolutionFunctionType17< T >::setParameters(), resolutionFunctionType18< T >::setParameters(), resolutionFunctionType19< T >::setParameters(), resolutionFunctionType20< T >::setParameters(), and resolutionFunctionType30< T >::setParameters().
|
inlineprotectedvirtual |
Definition at line 1555 of file Functions.h.
|
pure virtual |
This method is used to differentiate parameters among the different functions.
Implemented in resolutionFunctionType30< T >, resolutionFunctionType20< T >, resolutionFunctionType19< T >, resolutionFunctionType18< T >, resolutionFunctionType17< T >, resolutionFunctionType15< T >, resolutionFunctionType14< T >, resolutionFunctionType13< T >, resolutionFunctionType12< T >, resolutionFunctionType11< T >, resolutionFunctionType10< T >, resolutionFunctionType9< T >, resolutionFunctionType8< T >, resolutionFunctionType7< T >, resolutionFunctionType6< T >, and resolutionFunctionType1< T >.
Referenced by MuScleFitUtils::minimizeLikelihood().
|
pure virtual |
Implemented in resolutionFunctionType30< T >, resolutionFunctionType20< T >, resolutionFunctionType19< T >, resolutionFunctionType18< T >, resolutionFunctionType17< T >, resolutionFunctionType15< T >, resolutionFunctionType14< T >, resolutionFunctionType13< T >, resolutionFunctionType12< T >, resolutionFunctionType11< T >, resolutionFunctionType10< T >, resolutionFunctionType9< T >, resolutionFunctionType8< T >, resolutionFunctionType7< T >, resolutionFunctionType6< T >, and resolutionFunctionType1< T >.
Referenced by MuScleFitUtils::massResolution(), and ResolutionFunction::sigmaCotgTh().
|
pure virtual |
Implemented in resolutionFunctionType30< T >, resolutionFunctionType20< T >, resolutionFunctionType19< T >, resolutionFunctionType18< T >, resolutionFunctionType17< T >, resolutionFunctionType15< T >, resolutionFunctionType14< T >, resolutionFunctionType13< T >, resolutionFunctionType12< T >, resolutionFunctionType11< T >, resolutionFunctionType10< T >, resolutionFunctionType9< T >, resolutionFunctionType8< T >, resolutionFunctionType7< T >, resolutionFunctionType6< T >, and resolutionFunctionType1< T >.
Referenced by MuScleFitUtils::massResolution(), and ResolutionFunction::sigmaPhi().
|
pure virtual |
Implemented in resolutionFunctionType30< T >, resolutionFunctionType20< T >, resolutionFunctionType19< T >, resolutionFunctionType18< T >, resolutionFunctionType17< T >, resolutionFunctionType15< T >, resolutionFunctionType14< T >, resolutionFunctionType13< T >, resolutionFunctionType12< T >, resolutionFunctionType11< T >, resolutionFunctionType10< T >, resolutionFunctionType9< T >, resolutionFunctionType8< T >, resolutionFunctionType7< T >, resolutionFunctionType6< T >, and resolutionFunctionType1< T >.
Referenced by ErrorsAnalyzer::fillHistograms(), ErrorsPropagationAnalyzer::fillHistograms(), MuScleFitUtils::massResolution(), and ResolutionFunction::sigmaPt().
|
inlinevirtual |
Reimplemented in resolutionFunctionType30< T >.
Definition at line 1525 of file Functions.h.
Referenced by ErrorsPropagationAnalyzer::fillHistograms().
|
protected |
Definition at line 1541 of file Functions.h.
Referenced by resolutionFunctionBase< double * >::parNum(), resolutionFunctionType1< T >::resolutionFunctionType1(), resolutionFunctionType10< T >::resolutionFunctionType10(), resolutionFunctionType11< T >::resolutionFunctionType11(), resolutionFunctionType12< T >::resolutionFunctionType12(), resolutionFunctionType13< T >::resolutionFunctionType13(), resolutionFunctionType14< T >::resolutionFunctionType14(), resolutionFunctionType15< T >::resolutionFunctionType15(), resolutionFunctionType17< T >::resolutionFunctionType17(), resolutionFunctionType18< T >::resolutionFunctionType18(), resolutionFunctionType19< T >::resolutionFunctionType19(), resolutionFunctionType20< T >::resolutionFunctionType20(), resolutionFunctionType30< T >::resolutionFunctionType30(), resolutionFunctionType6< T >::resolutionFunctionType6(), resolutionFunctionType7< T >::resolutionFunctionType7(), resolutionFunctionType8< T >::resolutionFunctionType8(), resolutionFunctionType9< T >::resolutionFunctionType9(), resolutionFunctionBase< double * >::setPar(), and resolutionFunctionType30< T >::setParameters().