Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F8308507
LHC8TeV.R_HWm_dub.h
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
LHC8TeV.R_HWm_dub.h
View Options
!******************************************************
real
*
8
function
lhc8_rHWm_dub
(
x
)
!******************************************************
!*
Used
LO
calculation
and
NNLO
QCD
and
EW
K
-
factors
.
!*
This
reproduces
the
numbers
of
arXiv
:
1101.0593
[
hep
-
ph
]
!*
to
better
than
1
%
.
(
PDF
:
MSTW
2008
NNLO
)
!******************************************************
!*
x
:
Higgs
mass
in
GeV
!*
fit
:
strictly
valid
in
range
[
90
:
300
],
deviations
from
data
below
0.3
%
!*
slight
extrapolation
to
range
[
80
:
310
]
is
allowed
.
!*
27
/
4
/
2011
,
Oliver
Brein
(
revised
:
29
/
4
/
2011
)
!******************************
implicit
none
real
*
8
a1
,
b1
,
c1
,
d1
,
x
,
log_lhc8_rHWm_dub
a1
=
-
1.087125097642
D0
b1
=
-
0.000284899649
D0
c1
=
-
8.692156405009
D
-
07
d1
=
9.6651154337596
D
-
10
lhc8_rHWm_dub
=
0
d0
if
(
x
.
lt
.
80
d0
)
then
!
write
(
*
,
*
)
'
function
lhc8_rHWm_dub
might
not
be
a
good
fit
(
m_H
<
80
GeV
)
'
!--
Update
(
16
/
09
/
2014
,
TS
)
:
set
value
to
value
at
lowest
allowed
mass
x
=
80
d0
log_lhc8_rHWm_dub
=
a1
+
b1
*
x
+
c1
*
x
**
2
+
d1
*
x
**
3
lhc8_rHWm_dub
=
exp
(
log_lhc8_rHWm_dub
)
!--
End
update
endif
if
((
x
.
ge
.
80
d0
)
.
and
.
(
x
.
le
.
310
d0
))
then
log_lhc8_rHWm_dub
=
a1
+
b1
*
x
+
c1
*
x
**
2
+
d1
*
x
**
3
lhc8_rHWm_dub
=
exp
(
log_lhc8_rHWm_dub
)
endif
if
(
x
.
gt
.
310
d0
)
then
!
write
(
*
,
*
)
'
function
lhc8_rHWm_dub
might
not
be
a
good
fit
(
m_H
>
310
GeV
)
'
!--
Update
(
16
/
09
/
2014
,
TS
)
:
set
value
to
value
at
highest
allowed
mass
x
=
310
d0
log_lhc8_rHWm_dub
=
a1
+
b1
*
x
+
c1
*
x
**
2
+
d1
*
x
**
3
lhc8_rHWm_dub
=
exp
(
log_lhc8_rHWm_dub
)
!--
End
update
endif
end
function
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 12:16 PM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4022729
Default Alt Text
LHC8TeV.R_HWm_dub.h (1 KB)
Attached To
rHIGGSBOUNDSSVN higgsboundssvn
Event Timeline
Log In to Comment