Geant4  10.03.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pythia6_common_address.c File Reference
#include <string.h>
Include dependency graph for pythia6_common_address.c:

Go to the source code of this file.

Macros

#define pycomp   pycomp_
 
#define py1ent   py1ent_
 
#define pyjets   pyjets_
 
#define pydat1   pydat1_
 
#define pydat3   pydat3_
 
#define type_of_call
 

Functions

voidpythia6_common_address (const char *name)
 

Variables

int pyjets [2+5 *4000+2 *2 *5 *4000]
 
int pydat1 [200+2 *200+200+2 *200]
 
int pydat3 [3 *500+2 *8000+2 *8000+5 *8000]
 

Macro Definition Documentation

#define py1ent   py1ent_

Definition at line 38 of file pythia6_common_address.c.

#define pycomp   pycomp_

Definition at line 37 of file pythia6_common_address.c.

#define pydat1   pydat1_

Definition at line 40 of file pythia6_common_address.c.

#define pydat3   pydat3_

Definition at line 41 of file pythia6_common_address.c.

#define pyjets   pyjets_

Definition at line 39 of file pythia6_common_address.c.

#define type_of_call

Definition at line 42 of file pythia6_common_address.c.

Function Documentation

void* pythia6_common_address ( const char *  name)

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:

Variable Documentation

int pydat1[200+2 *200+200+2 *200]
int pydat3[3 *500+2 *8000+2 *8000+5 *8000]
int pyjets[2+5 *4000+2 *2 *5 *4000]