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