ATLAS Offline Software
MuonSpectrometer
MuonCalib
MuonCalibUtils
MuonCalibMath
MuonCalibMath
ChebyshevPolynomial.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ChebyshevPolynomialH
6
#define ChebyshevPolynomialH
7
8
#include "math.h"
9
#include "
MuonCalibMath/BaseFunction.h
"
10
11
namespace
MuonCalib
{
12
17
class
ChebyshevPolynomial
:
public
BaseFunction
{
18
public
:
19
// Constructor
20
ChebyshevPolynomial
() =
default
;
21
// Methods
23
double
value
(
const
int
k
,
const
double
x
)
const
;
24
};
25
}
26
27
#endif
MuonCalib::ChebyshevPolynomial
Definition:
ChebyshevPolynomial.h:17
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
MuonCalib::BaseFunction
Definition:
BaseFunction.h:16
MuonCalib::ChebyshevPolynomial::ChebyshevPolynomial
ChebyshevPolynomial()=default
default constructor
MuonCalib
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
Definition:
CscCalcPed.cxx:22
BaseFunction.h
fitman.k
k
Definition:
fitman.py:528
Generated on Sun Dec 22 2024 21:08:12 for ATLAS Offline Software by
1.8.18