ATLAS Offline Software
ChebyshevPolynomial.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ChebyshevPolynomialHXX
6 #define ChebyshevPolynomialHXX
7 
9 // HEADERS //
11 
12 #include "math.h"
14 
15 namespace MuonCalib {
16 
30 
31  public:
32  // Constructor
34 
35  // Methods
38  double value(const int & k, const double & x) const;
39 
40  };
41 
42 }
43 
44 #endif
MuonCalib::ChebyshevPolynomial
Definition: ChebyshevPolynomial.h:29
x
#define x
MuonCalib::BaseFunction
Definition: BaseFunction.h:23
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:23
MuonCalib
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
Definition: CscCalcPed.cxx:22
BaseFunction.h
MuonCalib::ChebyshevPolynomial::ChebyshevPolynomial
ChebyshevPolynomial(void)
default constructor
Definition: ChebyshevPolynomial.h:33
fitman.k
k
Definition: fitman.py:528