ATLAS Offline Software
Loading...
Searching...
No Matches
MuonSpectrometer
MuonCalib
MuonCalibUtils
MuonCalibMath
src
LegendrePolynomial.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
#include "
MuonCalibMath/LegendrePolynomial.h
"
5
#include "Acts/Utilities/detail/Polynomials.hpp"
6
#include "cmath"
7
8
using namespace
MuonCalib
;
9
10
double
LegendrePolynomial::value
(
const
int
k,
const
double
x
)
const
{
11
return
Acts::detail::legendrePoly(
x
,k);
12
}
LegendrePolynomial.h
x
#define x
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