Geant4  10.03.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Pythia6.cc File Reference

Implementation of the Pythia6 class. More...

#include "Pythia6.hh"
#include <iostream>
#include <cstdlib>
#include <cstring>
Include dependency graph for Pythia6.cc:

Go to the source code of this file.

Macros

#define pycomp   pycomp_
 
#define py1ent   py1ent_
 
#define type_of_call
 

Functions

int type_of_call pycomp (int *kf)
 
void type_of_call py1ent (int &, int &, double &, double &, double &)
 
voidpythia6_common_address (const char *)
 

Detailed Description

Implementation of the Pythia6 class.

Definition in file Pythia6.cc.

Macro Definition Documentation

#define py1ent   py1ent_

Definition at line 99 of file Pythia6.cc.

#define pycomp   pycomp_

Definition at line 98 of file Pythia6.cc.

#define type_of_call

Definition at line 100 of file Pythia6.cc.

Function Documentation

void type_of_call py1ent ( int ,
int ,
double &  ,
double &  ,
double &   
)
int type_of_call pycomp ( int kf)
void* pythia6_common_address ( const char *  )

Definition at line 56 of file pythia6_common_address.c.

57 {
58  if (!strcmp(name,"PYJETS")) return pyjets;
59  else if (!strcmp(name,"PYDAT1")) return pydat1;
60  else if (!strcmp(name,"PYDAT3")) return pydat3;
61  return 0;
62 }
const XML_Char * name
Definition: expat.h:151
#define pydat3
#define pydat1
#define pyjets

Here is the caller graph for this function: