ATLAS Offline Software
Loading...
Searching...
No Matches
ChebyshevPolynomial.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
6#include "Acts/Utilities/detail/Polynomials.hpp"
7namespace MuonCalib {
8 double ChebyshevPolynomial::value(const int order, const double x) const {
9 return Acts::detail::chebychevPolyTn(x,order);
10 }
11}
#define x
double value(const int k, const double x) const
get the value of the Chebyshev polynomial of k-th order at x, (-1 <= x <= 1)
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.