Geant4  10.02.p03
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 &)
 
void * pythia6_common_address (const char *)
 

Detailed Description

Implementation of the Pythia6 class.

Definition in file Pythia6.cc.

Macro Definition Documentation

◆ py1ent

#define py1ent   py1ent_

Definition at line 99 of file Pythia6.cc.

◆ pycomp

#define pycomp   pycomp_

Definition at line 98 of file Pythia6.cc.

◆ type_of_call

#define type_of_call

Definition at line 100 of file Pythia6.cc.

Function Documentation

◆ py1ent()

void type_of_call py1ent ( int &  ,
int &  ,
double &  ,
double &  ,
double &   
)

◆ pycomp()

int type_of_call pycomp ( int *  kf)

◆ pythia6_common_address()

void* pythia6_common_address ( const char *  )

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: