Page MenuHomeHEPForge

pythia6_dummy.f90
No OneTemporary

pythia6_dummy.f90

subroutine pylist (i)
integer, intent(in) :: i
end subroutine pylist
subroutine pyinit (frame, beam, target, win)
character*(*), intent(in) :: frame, beam, target
double precision, intent(in) :: win
write (0, "(A)") "**************************************************************"
write (0, "(A)") "*** Error: PYTHIA6 has not been enabled, WHIZARD terminates ***"
write (0, "(A)") "**************************************************************"
stop
end subroutine pyinit
subroutine pygive (chin)
character chin*(*)
write (0, "(A)") "**************************************************************"
write (0, "(A)") "*** Error: PYTHIA6 has not been enabled, WHIZARD terminates ***"
write (0, "(A)") "**************************************************************"
stop
end subroutine pygive
subroutine pyevnt()
write (0, "(A)") "**************************************************************"
write (0, "(A)") "*** Error: PYTHIA6 has not been enabled, WHIZARD terminates ***"
write (0, "(A)") "**************************************************************"
stop
end subroutine pyevnt
subroutine pyexec()
write (0, "(A)") "**************************************************************"
write (0, "(A)") "*** Error: PYTHIA6 has not been enabled, WHIZARD terminates ***"
write (0, "(A)") "**************************************************************"
stop
end subroutine pyexec
function pyp(I,J)
integer, intent(in) :: i,j
double precision :: pyp
write (0, "(A)") "**************************************************************"
write (0, "(A)") "*** Error: PYTHIA6 has not been enabled, WHIZARD terminates ***"
write (0, "(A)") "**************************************************************"
stop
end function pyp
subroutine pystat (mstat)
integer, intent(in) :: mstat
write (0, "(A)") "**************************************************************"
write (0, "(A)") "*** Error: PYTHIA6 has not been enabled, WHIZARD terminates ***"
write (0, "(A)") "**************************************************************"
stop
end subroutine pystat
subroutine pystop ()
write (0, "(A)") "**************************************************************"
write (0, "(A)") "*** Error: PYTHIA6 has not been enabled, WHIZARD terminates ***"
write (0, "(A)") "**************************************************************"
stop
end subroutine pystop
subroutine pyrobo (imi, ima, the, phi, bex, bey, bez)
integer, intent(in) :: imi, ima
double precision, intent(in) :: the, phi, bex, bey, bez
write (0, "(A)") "**************************************************************"
write (0, "(A)") "*** Error: PYTHIA6 has not been enabled, WHIZARD terminates ***"
write (0, "(A)") "**************************************************************"
stop
end subroutine pyrobo
subroutine pyedit (medit)
integer, intent(in) :: medit
write (0, "(A)") "**************************************************************"
write (0, "(A)") "*** Error: PYTHIA6 has not been enabled, WHIZARD terminates ***"
write (0, "(A)") "**************************************************************"
stop
end subroutine pyedit
subroutine pyhepc (mconv)
integer, intent(in) :: mconv
write (0, "(A)") "**************************************************************"
write (0, "(A)") "*** Error: PYTHIA6 has not been enabled, WHIZARD terminates ***"
write (0, "(A)") "**************************************************************"
stop
end subroutine pyhepc
function pyr (idummy)
integer, intent(in) :: idummy
write (0, "(A)") "**************************************************************"
write (0, "(A)") "*** Error: PYTHIA6 has not been enabled, WHIZARD terminates ***"
write (0, "(A)") "**************************************************************"
stop
end function pyr

File Metadata

Mime Type
text/plain
Expires
Wed, May 14, 11:47 AM (2 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4981334
Default Alt Text
pythia6_dummy.f90 (3 KB)

Event Timeline