Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
void
pyqver_
(
int
&,
int
&,
int
&,
int
&);
21
}
22
#define PYQVER pyqver_
23
24
extern
"C"
{
25
extern
struct
{
double
bgen
; }
plfpar_
;
26
}
27
#define plfpar plfpar_
28
29
extern
"C"
{
30
extern
struct
{
31
double
T0u
;
32
double
tau0u
;
33
int
nfu
;
34
int
ienglu
;
35
int
ianglu
;
36
}
pyqpar_
;
37
}
38
#define pyqpar pyqpar_
39
40
#endif // PYQUEN_WRAPPER_H
ienglu
int ienglu
Definition:
HydjetWrapper.h:108
pyqver_
void pyqver_(int &, int &, int &, int &)
tau0u
double tau0u
Definition:
HydjetWrapper.h:106
pyquen_
void pyquen_(double &a, int &ifb, double &bfix, double &bmin, double &bmax)
bgen
double bgen
Definition:
HydjetWrapper.h:44
nfu
int nfu
Definition:
HydjetWrapper.h:107
T0u
double T0u
Definition:
HydjetWrapper.h:105
plfpar_
struct @765 plfpar_
ianglu
int ianglu
Definition:
HydjetWrapper.h:109
pyqpar_
struct @762 pyqpar_
a
double a
Definition:
hdecay.h:119
Generated for CMSSW Reference Manual by
1.8.5