ATLAS Offline Software
Legendre_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 // 22.05.2004, AUTHOR: OLIVER KORTNER
7 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
8 
10 // IMPLEMENTATION OF NON-INLINE METHODS DEFINED IN THE CLASS //
11 // Legendre_polynomial //
13 
15 // HEADERS //
17 
19 
20 namespace MuonCalib {
21 
22 //*****************************************************************************
23 
24 
25 //*****************************************************************************
26 
28 // METHOD get_Legendre_polynomial //
30 
32  static const Legendre_polynomial s_polynomial;
33  return &s_polynomial;
34 
35  }
36 
37 //*****************************************************************************
38 
40 // PRIVATE CONSTRUCTOR //
42 
44  }
45 
46 }
MuonCalib::Legendre_polynomial::Legendre_polynomial
Legendre_polynomial(void)
constructor
Definition: Legendre_polynomial.cxx:43
MuonCalib::Legendre_polynomial::get_Legendre_polynomial
static const Legendre_polynomial * get_Legendre_polynomial(void)
get a pointer to the Legendre polynomial
Definition: Legendre_polynomial.cxx:31
MuonCalib
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
Definition: CscCalcPed.cxx:22
Legendre_polynomial.h
MuonCalib::Legendre_polynomial
Definition: Legendre_polynomial.h:45