Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
fhsetflags.f
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file fhsetflags.f
1
2
C*********************************************************************
3
4
C...FHSETFLAGS
5
C...Dummy function, to be removed when FEYNHIGGS is to be linked.
6
7
SUBROUTINE
fhsetflags
(IERR,IMSP,IFR,ITBR,IHMX,IP2A,ILP,ITR,IBR)
8
IMPLICIT
DOUBLE PRECISION
(a-
h
, o-
z
)
9
IMPLICIT
INTEGER
(
i
-
n
)
10
Cmssmpart = 4 # full MSSM [recommended]
11
Cfieldren = 0 # MSbar field ren. [strongly recommended]
12
Ctanbren = 0 # MSbar TB-ren. [strongly recommended]
13
Chiggsmix = 2 # 2x2 (h0-HH) mixing in the neutral Higgs sector
14
Cp2approx = 0 # no approximation [recommended]
15
Clooplevel= 2 # include 2-loop corrections
16
Ctl_running_mt= 1 # running top mass in 2-loop corrections [recommended]
17
Ctl_bot_resum = 1 # resummed MB in 2-loop corrections [recommended]
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
(1
x
,
'Error: you did not link FEYNHIGGS correctly.'
/
29
&1
x
,
'Dummy routine FHSETFLAGS in PYTHIA file called instead.'
/
30
&1
x
,
'Execution stopped!'
)
31
RETURN
32
END
pythia6
blob
master
pythiaeRHIC
pythia
fhsetflags.f
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:40
using
1.8.2 with
sPHENIX GitHub integration