ATLAS Offline Software
Loading...
Searching...
No Matches
MuonSpectrometer
MuonCalib
MuonCalibUtils
MuonCalibMath
MuonCalibMath
LegendrePolynomial.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef LegendrePolynomialH
5
#define LegendrePolynomialH
6
7
// standard C++ //
8
#include "math.h"
9
10
// MuonCalib //
11
#include "
MuonCalibMath/BaseFunction.h
"
12
13
14
namespace
MuonCalib
{
15
19
class
LegendrePolynomial
:
public
BaseFunction
{
20
21
public
:
22
LegendrePolynomial
() =
default
;
23
24
// Methods //
25
double
value
(
const
int
k,
const
double
x
)
const
override
final
;
26
};
27
}
28
#endif
BaseFunction.h
x
#define x
MuonCalib::BaseFunction::BaseFunction
BaseFunction()=default
default constructor
MuonCalib::LegendrePolynomial::LegendrePolynomial
LegendrePolynomial()=default
MuonCalib::LegendrePolynomial::value
double value(const int k, const double x) const override final
get the value of the k-th base function at x
Definition
LegendrePolynomial.cxx:10
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