ATLAS Offline Software
Loading...
Searching...
No Matches
LegendrePolynomial.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
5#include "Acts/Utilities/detail/Polynomials.hpp"
6#include "cmath"
7
8using namespace MuonCalib;
9
10double LegendrePolynomial::value(const int k, const double x) const {
11 return Acts::detail::legendrePoly(x,k);
12}
#define x
double value(const int k, const double x) const override final
get the value of the k-th base function at x
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.