Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
GeneratorInterface
PyquenInterface
interface
PyquenWrapper.h
Go to the documentation of this file.
1
#ifndef PYQUEN_WRAPPER_H
2
#define PYQUEN_WRAPPER_H
3
4
/*
5
*
6
* Wrapper for FORTRAN version of PYQUEN
7
*
8
* Camelia Mironov
9
*
10
*/
11
12
// PYQUEN routine declaration
13
14
extern
"C"
{
15
void
pyquen_
(
double
&
a
,
int
& ifb,
double
& bfix,
double
& bmin,
double
& bmax);
16
}
17
#define PYQUEN pyquen_
18
19
extern
"C"
{
20
extern
struct
{
21
double
bgen
;
22
}
plfpar_
;
23
}
24
#define plfpar plfpar_
25
26
extern
"C"
{
27
extern
struct
{
28
double
T0u
;
29
double
tau0u
;
30
int
nfu
;
31
int
ienglu
;
32
int
ianglu
;
33
}
pyqpar_
;
34
}
35
#define pyqpar pyqpar_
36
37
#endif // PYQUEN_WRAPPER_H
pyqpar_
struct @391 pyqpar_
ienglu
int ienglu
Definition:
HydjetWrapper.h:111
tau0u
double tau0u
Definition:
HydjetWrapper.h:109
pyquen_
void pyquen_(double &a, int &ifb, double &bfix, double &bmin, double &bmax)
bgen
double bgen
Definition:
HydjetWrapper.h:42
nfu
int nfu
Definition:
HydjetWrapper.h:110
T0u
double T0u
Definition:
HydjetWrapper.h:108
ianglu
int ianglu
Definition:
HydjetWrapper.h:112
a
double a
Definition:
hdecay.h:121
plfpar_
struct @392 plfpar_
Generated for CMSSW Reference Manual by
1.8.5