test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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
int ienglu
struct @565 pyqpar_
double tau0u
void pyquen_(double &a, int &ifb, double &bfix, double &bmin, double &bmax)
struct @568 plfpar_
double bgen
Definition: HydjetWrapper.h:47
int nfu
double T0u
int ianglu
double a
Definition: hdecay.h:121