#include <ctype.h>
#include "AGILe/FortranWrappers.hh"
Go to the source code of this file.
Defines | |
#define | FC_CASINI FC_FUNC(casini, CASINI) |
#define | FC_Steer FC_FUNC(steer, Steer) |
#define | FC_CASCADE FC_FUNC(cascade, CASCADE) |
#define | FC_CASCHA FC_FUNC(cascha, CASCHA) |
#define | FC_PYTCHA FC_FUNC(pytcha, PYTCHA) |
#define | FC_ARICHA FC_FUNC(aricha, ARICHA) |
#define | FC_ARINIT FC_FUNC(arinit, ARINIT) |
#define | FC_CAEND FC_FUNC(caend, CAEND) |
#define | FC_EVENT FC_FUNC(event, EVENT) |
#define | FC_CAUPEVNT FC_FUNC(caupevnt, CAUPEVNT) |
#define | FC_PTIME FC_FUNC(ptime, PTIME) |
#define | FC_PYHEPC FC_FUNC(pyhepc, PYHEPC) |
#define | FC_PYINIT FC_FUNC(pyinit, PYINIT) |
#define | FC_PYGIVE FC_FUNC(pygive, PYGIVE) |
#define | FC_INITPYDATA FC_FUNC(initpydata, INITPYDATA) |
Functions | |
void | FC_CASINI () |
void | FC_Steer () |
void | FC_CASCADE () |
void | FC_CASCHA () |
void | FC_PYTCHA () |
void | FC_ARICHA () |
void | FC_ARINIT (const char *) |
void | FC_CAEND (int *) |
void | FC_EVENT () |
void | FC_CAUPEVNT () |
void | FC_PTIME (const char *, int *, int *) |
void | FC_PYHEPC (int *) |
void | FC_PYINIT (const char *, const char *, const char *, double *, int, int, int) |
void | FC_PYGIVE (const char *, int) |
void | FC_INITPYDATA () |
void | call_pyinit (const char *frame, const char *beam, const char *target, double win) |
void | call_pygive (const char *frame) |
void | call_ptime (const char *name, int j, int k) |
void | call_steer () |
void | call_casini () |
void | call_cascade () |
void | call_cascha () |
void | call_pytcha () |
void | call_aricha () |
void | call_arinit (const char *name) |
void | call_pyhepc (int mode) |
void | call_caend (int i) |
void | call_event () |
void | call_caupevnt () |
#define FC_ARICHA FC_FUNC(aricha, ARICHA) |
Definition at line 20 of file CascadeWrapper.hh.
#define FC_ARINIT FC_FUNC(arinit, ARINIT) |
Definition at line 22 of file CascadeWrapper.hh.
#define FC_CAEND FC_FUNC(caend, CAEND) |
Definition at line 24 of file CascadeWrapper.hh.
#define FC_CASCADE FC_FUNC(cascade, CASCADE) |
Definition at line 14 of file CascadeWrapper.hh.
#define FC_CASCHA FC_FUNC(cascha, CASCHA) |
Definition at line 16 of file CascadeWrapper.hh.
#define FC_CASINI FC_FUNC(casini, CASINI) |
Definition at line 10 of file CascadeWrapper.hh.
#define FC_CAUPEVNT FC_FUNC(caupevnt, CAUPEVNT) |
Definition at line 28 of file CascadeWrapper.hh.
#define FC_EVENT FC_FUNC(event, EVENT) |
Definition at line 26 of file CascadeWrapper.hh.
#define FC_INITPYDATA FC_FUNC(initpydata, INITPYDATA) |
Definition at line 42 of file CascadeWrapper.hh.
#define FC_PTIME FC_FUNC(ptime, PTIME) |
Definition at line 30 of file CascadeWrapper.hh.
#define FC_PYGIVE FC_FUNC(pygive, PYGIVE) |
Definition at line 40 of file CascadeWrapper.hh.
#define FC_PYHEPC FC_FUNC(pyhepc, PYHEPC) |
Definition at line 33 of file CascadeWrapper.hh.
#define FC_PYINIT FC_FUNC(pyinit, PYINIT) |
Definition at line 38 of file CascadeWrapper.hh.
#define FC_PYTCHA FC_FUNC(pytcha, PYTCHA) |
Definition at line 18 of file CascadeWrapper.hh.
#define FC_Steer FC_FUNC(steer, Steer) |
Definition at line 12 of file CascadeWrapper.hh.
void call_aricha | ( | ) |
Definition at line 40 of file CascadeWrapper.cc.
void call_arinit | ( | const char * | name | ) |
Definition at line 36 of file AriadneWrapper.cc.
void call_caend | ( | int | i | ) |
Definition at line 48 of file CascadeWrapper.cc.
Referenced by Cascade::finalize(), and Cascade::initialize().
void call_cascade | ( | ) |
Definition at line 20 of file CascadeWrapper.cc.
Referenced by Cascade::initialize().
void call_cascha | ( | ) |
Definition at line 24 of file CascadeWrapper.cc.
Referenced by Cascade::initialize().
void call_casini | ( | ) |
Definition at line 8 of file CascadeWrapper.cc.
Referenced by Cascade::initialize().
void call_caupevnt | ( | ) |
Definition at line 56 of file CascadeWrapper.cc.
void call_event | ( | ) |
Definition at line 52 of file CascadeWrapper.cc.
Referenced by Rapgap::makeEvent(), and Cascade::makeEvent().
void call_ptime | ( | const char * | name, | |
int | j, | |||
int | k | |||
) |
Definition at line 12 of file CascadeWrapper.cc.
Referenced by Rapgap::initialize(), and Cascade::initialize().
00012 { 00013 ptime_(name, &j, &k); 00014 }
void call_pygive | ( | const char * | frame | ) |
Definition at line 16 of file AriadneWrapper.cc.
void call_pyhepc | ( | int | mode | ) |
Definition at line 7 of file AriadneWrapper.cc.
void call_pyinit | ( | const char * | frame, | |
const char * | beam, | |||
const char * | target, | |||
double | win | |||
) |
Definition at line 12 of file AriadneWrapper.cc.
void call_pytcha | ( | ) |
Definition at line 28 of file CascadeWrapper.cc.
Referenced by Rapgap::initialize(), and Cascade::initialize().
void call_steer | ( | ) |
Definition at line 16 of file CascadeWrapper.cc.
Referenced by Rapgap::initialize(), and Cascade::initialize().
void FC_ARICHA | ( | ) |
void FC_ARINIT | ( | const char * | ) |
void FC_CAEND | ( | int * | ) |
void FC_CASCADE | ( | ) |
void FC_CASCHA | ( | ) |
void FC_CASINI | ( | ) |
void FC_CAUPEVNT | ( | ) |
void FC_EVENT | ( | ) |
void FC_INITPYDATA | ( | ) |
void FC_PTIME | ( | const char * | , | |
int * | , | |||
int * | ||||
) |
void FC_PYGIVE | ( | const char * | , | |
int | ||||
) |
void FC_PYHEPC | ( | int * | ) |
void FC_PYINIT | ( | const char * | , | |
const char * | , | |||
const char * | , | |||
double * | , | |||
int | , | |||
int | , | |||
int | ||||
) |
void FC_PYTCHA | ( | ) |
void FC_Steer | ( | ) |