ATLAS Offline Software
Tschebyscheff_polynomial.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
6 // 27.12.2004, AUTHOR: OLIVER KORTNER
7 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
8 
10 // IMPLEMENTATION OF NON-INLINE METHODS DEFINED IN THE CLASS //
11 // Tschebyscheff_polynomial //
13 
15 // HEADERS //
17 
19 
20 namespace MuonCalib {
21  //*****************************************************************************
22 
24  // METHOD get_Legendre_polynomial //
26 
27  const Tschebyscheff_polynomial *
29  static const Tschebyscheff_polynomial s_polynomial;
30  return &s_polynomial;
31  }
32 
33  //*****************************************************************************
34 
36  // PRIVATE CONSTRUCTOR //
38 
40  }
41 
42 }
MuonCalib::Tschebyscheff_polynomial::get_Tschebyscheff_polynomial
static const Tschebyscheff_polynomial * get_Tschebyscheff_polynomial(void)
get a pointer to the Tschebyscheff polynomial
Definition: Tschebyscheff_polynomial.cxx:28
MuonCalib::Tschebyscheff_polynomial
Definition: Tschebyscheff_polynomial.h:24
MuonCalib
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
Definition: CscCalcPed.cxx:22
MuonCalib::Tschebyscheff_polynomial::Tschebyscheff_polynomial
Tschebyscheff_polynomial(void)
constructor
Definition: Tschebyscheff_polynomial.cxx:39
Tschebyscheff_polynomial.h