Geant4  10.02.p03
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

void * pythia6_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

◆ py1ent

#define py1ent   py1ent_

Definition at line 38 of file pythia6_common_address.c.

◆ pycomp

#define pycomp   pycomp_

Definition at line 37 of file pythia6_common_address.c.

◆ pydat1

#define pydat1   pydat1_

Definition at line 40 of file pythia6_common_address.c.

◆ pydat3

#define pydat3   pydat3_

Definition at line 41 of file pythia6_common_address.c.

◆ pyjets

#define pyjets   pyjets_

Definition at line 39 of file pythia6_common_address.c.

◆ type_of_call

#define type_of_call

Definition at line 42 of file pythia6_common_address.c.

Function Documentation

◆ pythia6_common_address()

void* pythia6_common_address ( const char *  name)

Definition at line 57 of file pythia6_common_address.c.

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 }
G4String name
Definition: TRTMaterials.hh:40
#define pydat3
#define pydat1
#define pyjets
Here is the caller graph for this function:

Variable Documentation

◆ pydat1

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

Definition at line 53 of file pythia6_common_address.c.

◆ pydat3

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

Definition at line 54 of file pythia6_common_address.c.

◆ pyjets

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

Definition at line 52 of file pythia6_common_address.c.