ATLAS Offline Software
Loading...
Searching...
No Matches
ChebychevPoly.h File Reference
#include <cmath>
Include dependency graph for ChebychevPoly.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  MuonCalib
 CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.

Functions

constexpr double MuonCalib::chebyshevPoly1st (const unsigned int order, const double x)
 Returns the n-th Chebyshev polynomial of first kind evaluated at x (c.f.
constexpr double MuonCalib::chebyshevPoly2nd (const unsigned int order, const double x)
 Returns the n-th Chebyshev polynomial of second kind evaluated at x (c.f.
constexpr double MuonCalib::chebyshevPoly1stPrime (const unsigned int order, const double x)
 Returns the first derivative of the n-th Chebycheb polynomial of the first kind.
constexpr double MuonCalib::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 MuonCalib::chebyshevPoly1st2Prime (const unsigned int order, const double x)
 Returns the second derivative of the n-th Chebycheb polynomial of the first kind.
constexpr double MuonCalib::chebyshevPoly2nd2Prime (const unsigned int order, const double x)
 Returns the second derivative of the n-th Chebycheb polynomial of the first second kind.