Geant4  10.02.p03
runAndEvent/RE05/pythia_main.f File Reference

Go to the source code of this file.

Functions/Subroutines

program __pythia_main.f__
 
subroutine hep2g4
 

Function/Subroutine Documentation

◆ __pythia_main.f__()

program __pythia_main.f__ ( )

Definition at line 4 of file runAndEvent/RE05/pythia_main.f.

4  INTEGER pyk,pychge,pycomp
#define pycomp
Definition: Pythia6.cc:98
Here is the call graph for this function:

◆ hep2g4()

subroutine hep2g4 ( )

Definition at line 64 of file runAndEvent/RE05/pythia_main.f.

64 *
65 * Output /HEPEVT/ event structure to G4HEPEvtInterface
66 *
67 * M.Asai (asai@kekvax.kek.jp) -- 24/09/96
68 *
69 ***********************************************************
70  parameter(nmxhep=4000)
71  common/hepevt/nevhep,nhep,isthep(nmxhep),idhep(nmxhep),
72  >jmohep(2,nmxhep),jdahep(2,nmxhep),phep(5,nmxhep),vhep(4,nmxhep)
73  DOUBLE PRECISION phep,vhep
74 *
75  WRITE(6,*) nhep
76  DO ihep=1,nhep
77  WRITE(6,10)
78  > isthep(ihep),idhep(ihep),jdahep(1,ihep),jdahep(2,ihep),
79  > phep(1,ihep),phep(2,ihep),phep(3,ihep),phep(5,ihep)
80 10 FORMAT(i4,i10,i5,i5,4(1x,d15.8))
81  ENDDO
82 *
83  RETURN
static int FASTCALL common(PROLOG_STATE *state, int tok)
Definition: xmlrole.cc:1309
Double_t x
Here is the call graph for this function: