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  * $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
int ienglu
double tau0u
void pyquen_(double &a, int &ifb, double &bfix, double &bmin, double &bmax)
struct @386 plfpar_
double bgen
Definition: HydjetWrapper.h:43
int nfu
double T0u
int ianglu
double a
Definition: hdecay.h:121
struct @385 pyqpar_