ATLAS Offline Software
LegendrePolynomial.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
6 // 02.07.2006, AUTHOR: OLIVER KORTNER
7 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
8 
9 #ifndef LegendrePolynomialH
10 #define LegendrePolynomialH
11 
12 //::::::::::::::::::::::::::::::
13 //:: CLASS LegendrePolynomial ::
14 //::::::::::::::::::::::::::::::
15 
16 namespace MuonCalib {
24 }
25 
26 //::::::::::::::::::
27 //:: HEADER FILES ::
28 //::::::::::::::::::
29 
30 // standard C++ //
31 #include "math.h"
32 
33 // MuonCalib //
35 
36 
37 namespace MuonCalib {
38 
40 
41 public:
42 // Constructor //
45 
46 // Methods //
47  double value(const int & k, const double & x) const;
48 
49 };
50 
51 }
52 
53 #endif
MuonCalib::LegendrePolynomial::LegendrePolynomial
LegendrePolynomial(void)
Default constructor.
Definition: LegendrePolynomial.h:43
x
#define x
MuonCalib::BaseFunction
Definition: BaseFunction.h:23
MuonCalib::LegendrePolynomial
Definition: LegendrePolynomial.h:39
MuonCalib
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
Definition: CscCalcPed.cxx:22
BaseFunction.h
MuonCalib::LegendrePolynomial::value
double value(const int &k, const double &x) const
get the value of the k-th base function at x
Definition: LegendrePolynomial.cxx:32
fitman.k
k
Definition: fitman.py:528