#include <ctype.h>
#include "AGILe/FortranWrappers.hh"
Go to the source code of this file.
Defines | |
#define | FC_GRAINI FC_FUNC(graini, GRAINI) |
#define | FC_Steer FC_FUNC(steer, Steer) |
#define | FC_RAPGAP FC_FUNC(rapgap, RAPGAP) |
#define | FC_rapcha FC_FUNC(rapcha, rapcha) |
#define | FC_HERCHA FC_FUNC(hercha, HERCHA) |
#define | FC_PYTCHA FC_FUNC(pytcha, PYTCHA) |
#define | FC_ARICHA FC_FUNC(aricha, ARICHA) |
#define | FC_ARINIT FC_FUNC(arinit, ARINIT) |
#define | FC_RAEND FC_FUNC(raend, RAEND) |
#define | FC_EVENT FC_FUNC(event, EVENT) |
#define | FC_PTIME FC_FUNC(ptime, PTIME) |
#define | FC_PYHEPC FC_FUNC(pyhepc, PYHEPC) |
Functions | |
void | FC_GRAINI () |
void | FC_Steer () |
void | FC_RAPGAP () |
void | FC_rapcha () |
void | FC_HERCHA () |
void | FC_PYTCHA () |
void | FC_ARICHA () |
void | FC_ARINIT (const char *) |
void | FC_RAEND (int *) |
void | FC_EVENT () |
void | FC_PTIME (const char *, int *, int *) |
void | FC_PYHEPC (int *) |
void | call_graini () |
void | call_ptime (const char *name, int j, int k) |
void | call_steer () |
void | call_rapgap () |
void | call_rapcha () |
void | call_hercha () |
void | call_pytcha () |
void | call_aricha () |
void | call_arinit (const char *name) |
void | call_pyhepc (int mode) |
void | call_raend (int i) |
void | call_event () |
#define FC_ARICHA FC_FUNC(aricha, ARICHA) |
Definition at line 21 of file RapgapWrapper.hh.
#define FC_ARINIT FC_FUNC(arinit, ARINIT) |
Definition at line 23 of file RapgapWrapper.hh.
#define FC_EVENT FC_FUNC(event, EVENT) |
Definition at line 27 of file RapgapWrapper.hh.
#define FC_GRAINI FC_FUNC(graini, GRAINI) |
Definition at line 9 of file RapgapWrapper.hh.
#define FC_HERCHA FC_FUNC(hercha, HERCHA) |
Definition at line 17 of file RapgapWrapper.hh.
#define FC_PTIME FC_FUNC(ptime, PTIME) |
Definition at line 29 of file RapgapWrapper.hh.
#define FC_PYHEPC FC_FUNC(pyhepc, PYHEPC) |
Definition at line 32 of file RapgapWrapper.hh.
#define FC_PYTCHA FC_FUNC(pytcha, PYTCHA) |
Definition at line 19 of file RapgapWrapper.hh.
#define FC_RAEND FC_FUNC(raend, RAEND) |
Definition at line 25 of file RapgapWrapper.hh.
#define FC_rapcha FC_FUNC(rapcha, rapcha) |
Definition at line 15 of file RapgapWrapper.hh.
#define FC_RAPGAP FC_FUNC(rapgap, RAPGAP) |
Definition at line 13 of file RapgapWrapper.hh.
#define FC_Steer FC_FUNC(steer, Steer) |
Definition at line 11 of file RapgapWrapper.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_event | ( | ) |
Definition at line 52 of file CascadeWrapper.cc.
void call_graini | ( | ) |
Definition at line 8 of file RapgapWrapper.cc.
Referenced by Rapgap::initialize().
void call_hercha | ( | ) |
Definition at line 28 of file RapgapWrapper.cc.
Referenced by Rapgap::initialize().
void call_ptime | ( | const char * | name, | |
int | j, | |||
int | k | |||
) |
Definition at line 12 of file CascadeWrapper.cc.
00012 { 00013 ptime_(name, &j, &k); 00014 }
void call_pyhepc | ( | int | mode | ) |
Definition at line 7 of file AriadneWrapper.cc.
References FC_PYHEPC.
void call_pytcha | ( | ) |
Definition at line 28 of file CascadeWrapper.cc.
void call_raend | ( | int | i | ) |
Definition at line 44 of file RapgapWrapper.cc.
Referenced by Rapgap::finalize(), and Rapgap::initialize().
void call_rapcha | ( | ) |
Definition at line 24 of file RapgapWrapper.cc.
Referenced by Rapgap::initialize().
void call_rapgap | ( | ) |
Definition at line 20 of file RapgapWrapper.cc.
Referenced by Rapgap::initialize().
void call_steer | ( | ) |
Definition at line 16 of file CascadeWrapper.cc.
void FC_ARICHA | ( | ) |
void FC_ARINIT | ( | const char * | ) |
void FC_EVENT | ( | ) |
void FC_GRAINI | ( | ) |
void FC_HERCHA | ( | ) |
void FC_PTIME | ( | const char * | , | |
int * | , | |||
int * | ||||
) |
void FC_PYHEPC | ( | int * | ) |
void FC_PYTCHA | ( | ) |
void FC_RAEND | ( | int * | ) |
void FC_rapcha | ( | ) |
void FC_RAPGAP | ( | ) |
void FC_Steer | ( | ) |