Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ssmssm.f
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file ssmssm.f
1 
2 C*********************************************************************
3 
4 C...SSMSSM
5 C...Dummy function, to be removed when ISAJET (ISASUSY) is to be linked.
6 
7  SUBROUTINE ssmssm(RDUM1,RDUM2,RDUM3,RDUM4,RDUM5,RDUM6,RDUM7,
8  &rdum8,rdum9,rdum10,rdum11,rdum12,rdum13,rdum14,rdum15,rdum16,
9  &rdum17,rdum18,rdum19,rdum20,rdum21,rdum22,rdum23,rdum24,rdum25,
10  &idum1,idum2)
11  IMPLICIT DOUBLE PRECISION(a-h, o-z)
12  IMPLICIT INTEGER(i-n)
13  REAL rdum1,rdum2,rdum3,rdum4,rdum5,rdum6,rdum7,rdum8,rdum9,
14  &rdum10,rdum11,rdum12,rdum13,rdum14,rdum15,rdum16,rdum17,rdum18,
15  &rdum19,rdum20,rdum21,rdum22,rdum23,rdum24,rdum25
16 C...Commonblocks.
17  common/pydat1/mstu(200),paru(200),mstj(200),parj(200)
18  SAVE /pydat1/
19 
20 C...Stop program if this routine is ever called.
21  WRITE(mstu(11),5000)
22  CALL pystop(110)
23 
24 C...Format for error printout.
25  5000 FORMAT(1x,'Error: you did not link ISAJET correctly.'/
26  &1x,'Dummy routine SSMSSM in PYTHIA file called instead.'/
27  &1x,'Execution stopped!')
28  RETURN
29  END