]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TUHKMgen/UHKM/HankelFunction.h
Updated macro
[u/mrichter/AliRoot.git] / TUHKMgen / UHKM / HankelFunction.h
CommitLineData
03896fc4 1//////////////////////////////////////////////////////////////////////////////////
2// //
3// Nikolai Amelin, Ludmila Malinina, Timur Pocheptsov (C) JINR/Dubna //
4// amelin@sunhe.jinr.ru, malinina@sunhe.jinr.ru, pocheptsov@sunhe.jinr.ru //
5// November. 2, 2005 //
6// //
7//////////////////////////////////////////////////////////////////////////////////
b1c2e580 8
9#ifndef HANKELFUNCTION_INCLUDED
10#define HANKELFUNCTION_INCLUDED
11
12#include <Rtypes.h>
13
14Double_t HankelK0(Double_t x);
15Double_t HankelK1(Double_t x);
16// compute modified Hankel function of the second,...,order
17Double_t HankelKn(Int_t n, Double_t x);
18
19#endif