Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
Pythia6.cc File Reference

Implementation of the Pythia6 class. More...

#include "Pythia6.hh"
#include <iostream>
#include <cstdlib>
#include <cstring>

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.

Referenced by Pythia6::Py1ent(), pyeevt(), pyonia(), and pytest().

#define pycomp   pycomp_
#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 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