Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fhsetpara.f
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file fhsetpara.f
1 
2 C*********************************************************************
3 
4 C...FHSETPARA
5 C...Dummy function, to be removed when FEYNHIGGS is to be linked.
6 
7  SUBROUTINE fhsetpara(IER,SCF,DMT,DMB,DMW,DMZ,DTANB,DMA,DMH,DM3L,
8  & dm3e,dm3q,dm3u,dm3d,dm2l,dm2e,dm2q,dm2u, dm2d,dm1l,dm1e,dm1q,
9  & dm1u,dm1d,dmu,ae33,au33,ad33,ae22,au22,ad22,ae11,au11,ad11,
10  & dm1,dm2,dm3,rlt,rlb,qtau,qt,qb)
11  IMPLICIT DOUBLE PRECISION(a-h, o-z)
12  IMPLICIT INTEGER(i-n)
13 
14  DOUBLE COMPLEX saeff, uhiggs(3,3)
15  DOUBLE COMPLEX dmu,
16  & ae33, au33, ad33, ae22, au22, ad22, ae11, au11, ad11,
17  & dm1, dm2, dm3
18 
19 C...Commonblocks.
20  common/pydat1/mstu(200),paru(200),mstj(200),parj(200)
21  SAVE /pydat1/
22 
23 C...Stop program if this routine is ever called.
24  WRITE(mstu(11),5000)
25  CALL pystop(103)
26 
27 C...Format for error printout.
28  5000 FORMAT(1x,'Error: you did not link FEYNHIGGS correctly.'/
29  &1x,'Dummy routine FHSETPARA in PYTHIA file called instead.'/
30  &1x,'Execution stopped!')
31  RETURN
32  END