Main Page
Namespaces
Classes
Package Documentation
GeneratorInterface
Hydjet2Interface
interface
HankelFunction.h
Go to the documentation of this file.
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
*/
8
9
#ifndef HANKELFUNCTION_INCLUDED
10
#define HANKELFUNCTION_INCLUDED
11
12
#include <Rtypes.h>
13
14
double
HankelK0
(
double
x
);
15
double
HankelK1
(
double
x
);
16
// compute modified Hankel function of the second,...,order
17
double
HankelKn
(
int
n
,
double
x
);
18
19
#endif
HankelK0
double HankelK0(double x)
Definition:
HankelFunction.cc:147
HankelKn
double HankelKn(int n, double x)
Definition:
HankelFunction.cc:210
HankelK1
double HankelK1(double x)
Definition:
HankelFunction.cc:177
genVertex_cff.x
x
Definition:
genVertex_cff.py:12
gen::n
int n
Definition:
Cascade2Hadronizer.cc:79
Generated for CMSSW Reference Manual by
1.8.11