ATLAS Offline Software
Loading...
Searching...
No Matches
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"
10
11namespace MuonCalib {
12
16
18 public:
19 // Constructor
20 ChebyshevPolynomial() = default;
21 // Methods
23 double value(const int k, const double x) const;
24 };
25}
26
27#endif
#define x
BaseFunction()=default
default constructor
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)
ChebyshevPolynomial()=default
default constructor
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.