#include <ctype.h>
#include "AGILe/FortranWrappers.hh"
Go to the source code of this file.
Defines | |
#define | FC_AHIO FC_FUNC(ahio, AHIO) |
Alpgen common block declarations. | |
#define | FC_AHOPTS FC_FUNC(ahopts, AHIO) |
Variables | |
struct { | |
int NUNIT | |
int NUNITOUT | |
int NUNITINI | |
char FILENAME [100] | |
} | FC_AHIO |
struct { | |
double ETCLUS | |
double RCLUS | |
double ETACLMAX | |
int IEXC | |
int NPFST | |
int NPLST | |
int NLJETS | |
int NJSTART | |
int NJLAST | |
int ICKKW | |
} | FC_AHOPTS |
#define FC_AHIO FC_FUNC(ahio, AHIO) |
Alpgen common block declarations.
Definition at line 12 of file AlpGenWrapper.hh.
Referenced by AlpGenFHerwig::AlpGenFHerwig(), AlpGenFHerwigJimmy::AlpGenFHerwigJimmy(), AlpGenFPythia::AlpGenFPythia(), and AlpGen::setParam().
#define FC_AHOPTS FC_FUNC(ahopts, AHIO) |
Definition at line 22 of file AlpGenWrapper.hh.
Referenced by AlpGen::setParam().
double ETACLMAX |
Definition at line 24 of file AlpGenWrapper.hh.
double ETCLUS |
Definition at line 24 of file AlpGenWrapper.hh.
struct { ... } FC_AHIO |
struct { ... } FC_AHOPTS |
char FILENAME[100] |
Definition at line 15 of file AlpGenWrapper.hh.
int ICKKW |
Definition at line 25 of file AlpGenWrapper.hh.
int IEXC |
Definition at line 25 of file AlpGenWrapper.hh.
int NJLAST |
Definition at line 25 of file AlpGenWrapper.hh.
int NJSTART |
Definition at line 25 of file AlpGenWrapper.hh.
int NLJETS |
Definition at line 25 of file AlpGenWrapper.hh.
int NPFST |
Definition at line 25 of file AlpGenWrapper.hh.
int NPLST |
Definition at line 25 of file AlpGenWrapper.hh.
int NUNIT |
Definition at line 14 of file AlpGenWrapper.hh.
int NUNITINI |
Definition at line 14 of file AlpGenWrapper.hh.
int NUNITOUT |
Definition at line 14 of file AlpGenWrapper.hh.
double RCLUS |
Definition at line 24 of file AlpGenWrapper.hh.