#include <cmath>
Go to the source code of this file.
|
| namespace | MuonCalib |
| | CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
|
|
| 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.
|