Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions | Variables
pythia6_common_address.c File Reference
#include <string.h>

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_
#define pydat3   pydat3_
#define pyjets   pyjets_
#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 57 of file pythia6_common_address.c.

References pydat1, pydat3, and pyjets.

Referenced by Pythia6::Pythia6().

58 {
59  if (!strcmp(name,"PYJETS")) return pyjets;
60  else if (!strcmp(name,"PYDAT1")) return pydat1;
61  else if (!strcmp(name,"PYDAT3")) return pydat3;
62  return 0;
63 }
const XML_Char * name
#define pydat3
#define pydat1
#define pyjets

Variable Documentation

int pydat1[200+2 *200+200+2 *200]

Definition at line 53 of file pythia6_common_address.c.

int pydat3[3 *500+2 *8000+2 *8000+5 *8000]

Definition at line 54 of file pythia6_common_address.c.

int pyjets[2+5 *4000+2 *2 *5 *4000]

Definition at line 52 of file pythia6_common_address.c.