test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
x
T x() const
Cartesian x coordinate.
Definition:
Basic3DVectorLD.h:127
HankelK1
double HankelK1(double x)
Definition:
HankelFunction.cc:177
gen::n
int n
Definition:
Cascade2Hadronizer.cc:79
Generated for CMSSW Reference Manual by
1.8.5