|
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef MUONCALIBMATH_POLYNOMIALS_H
5 #define MUONCALIBMATH_POLYNOMIALS_H
constexpr double chebyshevPoly2nd2Prime(const unsigned int order, const double x)
Returns the second derivative of the n-th Chebycheb polynomial of the first second kind.
constexpr double chebyshevPoly1st2Prime(const unsigned int order, const double x)
Returns the second derivative of the n-th Chebycheb polynomial of the first kind.
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
constexpr double chebyshevPoly2ndPrime(const unsigned int order, const double x)
Returns the first derivative of the n-th Chebycheb polynomial of the first second kind.
constexpr double chebyshevPoly1st(const unsigned int order, const double x)
Returns the n-th Chebyshev polynomial of first kind evaluated at x (c.f.
constexpr double chebyshevPoly2nd(const unsigned int order, const double x)
Returns the n-th Chebyshev polynomial of second kind evaluated at x (c.f.
constexpr double chebyshevPoly1stPrime(const unsigned int order, const double x)
Returns the first derivative of the n-th Chebycheb polynomial of the first kind.