Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Namespaces | Functions
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

 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. More...
 
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. More...
 
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. More...
 
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. More...
 
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. More...
 
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. More...