Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
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
* $Id: PyquenWrapper.h,v 1.7 2008/12/19 17:51:49 yilmaz Exp $
8
*
9
* Camelia Mironov
10
*
11
*/
12
13
// PYQUEN routine declaration
14
15
extern
"C"
{
16
void
pyquen_
(
double
&
a
,
int
& ifb,
double
& bfix,
double
& bmin,
double
& bmax);
17
}
18
#define PYQUEN pyquen_
19
20
extern
"C"
{
21
extern
struct
{
22
double
bgen
;
23
}
plfpar_
;
24
}
25
#define plfpar plfpar_
26
27
extern
"C"
{
28
extern
struct
{
29
double
T0u
;
30
double
tau0u
;
31
int
nfu
;
32
int
ienglu
;
33
int
ianglu
;
34
}
pyqpar_
;
35
}
36
#define pyqpar pyqpar_
37
38
#endif // PYQUEN_WRAPPER_H
ienglu
int ienglu
Definition:
HydjetWrapper.h:112
tau0u
double tau0u
Definition:
HydjetWrapper.h:110
pyquen_
void pyquen_(double &a, int &ifb, double &bfix, double &bmin, double &bmax)
bgen
double bgen
Definition:
HydjetWrapper.h:43
plfpar_
struct @461 plfpar_
nfu
int nfu
Definition:
HydjetWrapper.h:111
T0u
double T0u
Definition:
HydjetWrapper.h:109
ianglu
int ianglu
Definition:
HydjetWrapper.h:113
pyqpar_
struct @435 pyqpar_
a
double a
Definition:
hdecay.h:121
Generated for CMSSW Reference Manual by
1.8.5