Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
sugra.f
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file sugra.f
1 
2 C*********************************************************************
3 
4 C...SUGRA
5 C...Dummy routine, to be removed when ISAJET (ISASUSY) is to be linked.
6 
7  SUBROUTINE sugra(MZERO,MHLF,AZERO,TANB,SGNMU,MTOP,IMODL)
8  IMPLICIT DOUBLE PRECISION(a-h, o-z)
9  IMPLICIT INTEGER(i-n)
10  REAL mzero,mhlf,azero,tanb,sgnmu,mtop
11  INTEGER imodl
12 C...Commonblocks.
13  common/pydat1/mstu(200),paru(200),mstj(200),parj(200)
14  SAVE /pydat1/
15 
16 C...Stop program if this routine is ever called.
17  WRITE(mstu(11),5000)
18  CALL pystop(110)
19 
20 C...Format for error printout.
21  5000 FORMAT(1x,'Error: you did not link ISAJET correctly.'/
22  &1x,'Dummy routine SUGRA in PYTHIA file called instead.'/
23  &1x,'Execution stopped!')
24 
25  RETURN
26  END