ATLAS Offline Software
MuonSpectrometer
MuonCalib
MuonCalibUtils
MuonCalibMath
src
ChebyshevPolynomial.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
MuonCalibMath/ChebyshevPolynomial.h
"
6
#include "
MuonCalibMath/ChebychevPoly.h
"
7
namespace
MuonCalib
{
8
double
ChebyshevPolynomial::value
(
const
int
order
,
const
double
x
)
const
{
9
return
chebyshevPoly1st
(
order
,
x
);
10
}
11
}
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
x
#define x
mc.order
order
Configure Herwig7.
Definition:
mc.Herwig7_Dijet.py:12
MuonCalib
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
Definition:
CscCalcPed.cxx:22
ChebychevPoly.h
MuonCalib::chebyshevPoly1st
constexpr double chebyshevPoly1st(const unsigned int order, const double x)
Returns the n-th Chebyshev polynomial of first kind evaluated at x (c.f.
Definition:
ChebychevPoly.h:13
ChebyshevPolynomial.h
Generated on Thu Nov 7 2024 21:11:53 for ATLAS Offline Software by
1.8.18