ATLAS Offline Software
|
#include <cmath>
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... | |