agile is hosted by Hepforge, IPPP Durham

PhojetWrapper.cc File Reference

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

Go to the source code of this file.

Functions

void call_pyhepc (int mode)
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_pho_setpar (int i, int id, int mode, double zero)
void call_pho_init (int mode, int irej)
void call_pho_event (int mode, double *_p1, double *_p2, double sigmax, int irej)
void call_pho_hepevt ()
void call_pho_rndin (int rndm1, int rndm2, int rndm3, int rndm4)

Function Documentation

void call_pho_event ( int  mode,
double *  _p1,
double *  _p2,
double  sigmax,
int  irej 
)

Definition at line 40 of file PhojetWrapper.cc.

00041                                       {
00042   pho_event_(&mode, _p1, _p2, &sigmax,&irej);
00043 }

void call_pho_hepevt (  ) 

Definition at line 45 of file PhojetWrapper.cc.

00045                        { 
00046   pho_hepevt_(); 
00047 }

void call_pho_init ( int  mode,
int  irej 
)

Definition at line 36 of file PhojetWrapper.cc.

00036                                       {
00037   pho_init_( &mode, &irej);
00038 } 

void call_pho_rndin ( int  rndm1,
int  rndm2,
int  rndm3,
int  rndm4 
)

Definition at line 49 of file PhojetWrapper.cc.

00049                                                                 {
00050   pho_rndin_(&rndm1,&rndm2,&rndm3,&rndm4);
00051 }

void call_pho_setpar ( int  i,
int  id,
int  mode,
double  zero 
)

Definition at line 32 of file PhojetWrapper.cc.

00032                                                          {
00033   pho_setpar_(&i,&id, &mode, &zero);
00034 }

void call_pyevnt (  ) 

Definition at line 28 of file PhojetWrapper.cc.

Referenced by FPythia::makeEvent(), and Ariadne::makeEvent().

00028                    { 
00029   pyevnt_(); 
00030 }

void call_pygive ( const char *  chin  ) 

Definition at line 16 of file PhojetWrapper.cc.

Referenced by FPythia::initialize(), Ariadne::initialize(), Phojet::setParam(), FPythia::setParam(), and Ariadne::setParam().

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

void call_pyhepc ( int  mode  ) 

Definition at line 7 of file PhojetWrapper.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 PhojetWrapper.cc.

Referenced by FPythia::initialize(), and Ariadne::initialize().

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

void call_pylist ( int  mode  ) 

Definition at line 20 of file PhojetWrapper.cc.

00020                              { 
00021   pylist_( &mode ); 
00022 }

void call_pystat ( int  mode  ) 

Definition at line 24 of file PhojetWrapper.cc.

Referenced by FPythia::finalize(), and Ariadne::finalize().

00024                              { 
00025   pystat_( &mode ); 
00026 }

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