agile is hosted by Hepforge, IPPP Durham

CascadeWrapper.hh File Reference

#include <ctype.h>
#include "AGILe/FortranWrappers.hh"
Include dependency graph for CascadeWrapper.hh:
This graph shows which files directly or indirectly include this file:

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 Documentation

#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.


Function Documentation

void call_aricha (  ) 

Definition at line 40 of file CascadeWrapper.cc.

00040                    { 
00041   aricha_(); 
00042 }

void call_arinit ( const char *  name  ) 

Definition at line 36 of file AriadneWrapper.cc.

00036                                       {
00037   arinit_( setup, strlen(setup) ); 
00038 }

void call_caend ( int  i  ) 

Definition at line 48 of file CascadeWrapper.cc.

Referenced by Cascade::finalize(), and Cascade::initialize().

00048                        {
00049   caend_(&i);
00050 }

void call_cascade (  ) 

Definition at line 20 of file CascadeWrapper.cc.

Referenced by Cascade::initialize().

00020                     { 
00021   cascade_(); 
00022 }

void call_cascha (  ) 

Definition at line 24 of file CascadeWrapper.cc.

Referenced by Cascade::initialize().

00024                    { 
00025   cascha_(); 
00026 }

void call_casini (  ) 

Definition at line 8 of file CascadeWrapper.cc.

Referenced by Cascade::initialize().

00008                    { 
00009   casini_(); 
00010 }

void call_caupevnt (  ) 

Definition at line 56 of file CascadeWrapper.cc.

00056                      { 
00057   caupevnt_(); 
00058 }

void call_event (  ) 

Definition at line 52 of file CascadeWrapper.cc.

Referenced by Rapgap::makeEvent(), and Cascade::makeEvent().

00052                   { 
00053   event_(); 
00054 }

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.

00016                                      { 
00017   pygive_( chin, strlen(chin) ); 
00018 }

void call_pyhepc ( int  mode  ) 

Definition at line 7 of file AriadneWrapper.cc.

00007                             { 
00008 
00009   pyhepc_( &mode ); 
00010 }

void call_pyinit ( const char *  frame,
const char *  beam,
const char *  target,
double  win 
)

Definition at line 12 of file AriadneWrapper.cc.

00012                                                                                         { 
00013   pyinit_( frame, beam, target, &win, strlen(frame), strlen(beam), strlen(target) ); 
00014 }

void call_pytcha (  ) 

Definition at line 28 of file CascadeWrapper.cc.

Referenced by Rapgap::initialize(), and Cascade::initialize().

00028                    { 
00029   pytcha_(); 
00030 }

void call_steer (  ) 

Definition at line 16 of file CascadeWrapper.cc.

Referenced by Rapgap::initialize(), and Cascade::initialize().

00016                   {
00017   steer_();
00018 }

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 (  ) 
Generated on Tue Mar 6 10:39:39 2012 for AGILe - A Generator Interface Library (+ executable) by  doxygen 1.6.3