ATLAS Offline Software
Loading...
Searching...
No Matches
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
16
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
BaseFunction.h
x
#define x
MuonCalib::BaseFunction::BaseFunction
BaseFunction()=default
default constructor
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::ChebyshevPolynomial::ChebyshevPolynomial
ChebyshevPolynomial()=default
default constructor
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