agile is hosted by Hepforge, IPPP Durham

FPythiaWrapper.cc File Reference

#include "AGILe/FPythia/FPythiaWrapper.hh"
#include <cstring>
Include dependency graph for FPythiaWrapper.cc:

Go to the source code of this file.

Functions

void call_pyhepc (int mode)
void call_pytune (int ntune)
void call_pyinit (const char *frame, const char *beam, const char *target, double win)
void call_pygive (const char *chin)
void call_pylist (int mode)
void call_pystat (int mode)
void call_pyevnt ()
void call_lhefopen (const char *chin)

Function Documentation

void call_lhefopen ( const char *  chin  ) 

Definition at line 34 of file FPythiaWrapper.cc.

References FC_LHEFOPEN.

Referenced by FPythia::setParam(), and FHerwig::setParam().

00034                                      {
00035   FC_LHEFOPEN(chin, strlen(chin));
00036 }

void call_pyevnt (  ) 

Definition at line 30 of file FPythiaWrapper.cc.

References FC_PYEVNT.

00030                    {
00031   FC_PYEVNT();
00032 }

void call_pygive ( const char *  chin  ) 

Definition at line 18 of file FPythiaWrapper.cc.

References FC_PYGIVE.

00018                                    {
00019   FC_PYGIVE(chin, strlen(chin));
00020 }

void call_pyhepc ( int  mode  ) 

Definition at line 6 of file FPythiaWrapper.cc.

References FC_PYHEPC.

00006                            {
00007   FC_PYHEPC(&mode);
00008 }

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

Definition at line 14 of file FPythiaWrapper.cc.

References FC_PYINIT.

00014                                                                                       {
00015   FC_PYINIT(frame, beam, target, &win, strlen(frame), strlen(beam), strlen(target) );
00016 }

void call_pylist ( int  mode  ) 

Definition at line 22 of file FPythiaWrapper.cc.

References FC_PYLIST.

00022                            {
00023   FC_PYLIST(&mode);
00024 }

void call_pystat ( int  mode  ) 

Definition at line 26 of file FPythiaWrapper.cc.

References FC_PYSTAT.

00026                            {
00027   FC_PYSTAT(&mode);
00028 }

void call_pytune ( int  ntune  ) 

Definition at line 10 of file FPythiaWrapper.cc.

References FC_PYTUNE.

Referenced by FPythia::setParam().

00010                             {
00011   FC_PYTUNE(&ntune);
00012 }

Generated on Tue Mar 6 10:39:39 2012 for AGILe - A Generator Interface Library (+ executable) by  doxygen 1.6.3