ATLAS Offline Software
Loading...
Searching...
No Matches
MuonSpectrometer
MuonCalib
MuonCalibUtils
MuonCalibMath
src
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
5
#include "
MuonCalibMath/ChebyshevPolynomial.h
"
6
#include "Acts/Utilities/detail/Polynomials.hpp"
7
namespace
MuonCalib
{
8
double
ChebyshevPolynomial::value
(
const
int
order,
const
double
x
)
const
{
9
return
Acts::detail::chebychevPolyTn(
x
,order);
10
}
11
}
ChebyshevPolynomial.h
x
#define x
MuonCalib::ChebyshevPolynomial::value
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)
Definition
ChebyshevPolynomial.cxx:8
MuonCalib
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
Definition
CscCalcPed.cxx:22
Generated on
for ATLAS Offline Software by
1.14.0