Geant4  10.02.p03
parallel/TopC/ParN04/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 7 of file parallel/TopC/ParN04/pythia_main.f.

Here is the call graph for this function:

◆ hep2g4()

subroutine hep2g4 ( )

Definition at line 67 of file parallel/TopC/ParN04/pythia_main.f.

67 *
68 * Output /HEPEVT/ event structure to G4HEPEvtInterface
69 *
70 * M.Asai (asai@kekvax.kek.jp) -- 24/09/96
71 *
72 ***********************************************************
73  parameter(nmxhep=2000)
74  common/hepevt/nevhep,nhep,isthep(nmxhep),idhep(nmxhep),
75  >jmohep(2,nmxhep),jdahep(2,nmxhep),phep(5,nmxhep),vhep(4,nmxhep)
76  DOUBLE PRECISION phep,vhep
77 *
78  WRITE(6,*) nhep
79  DO ihep=1,nhep
80  WRITE(6,10)
81  > isthep(ihep),idhep(ihep),jdahep(1,ihep),jdahep(2,ihep),
82  > phep(1,ihep),phep(2,ihep),phep(3,ihep),phep(5,ihep)
83 10 FORMAT(4i5,4(1x,d15.8))
84  ENDDO
85 *
86  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:
Here is the caller graph for this function: