Page MenuHomeHEPForge

fit_ZH_LHC8.gnu
No OneTemporary

fit_ZH_LHC8.gnu

set term postscript enhanced color eps ',24'
filename = "ZH_LHC8.dat"
filename_out = "ZH_LHC8.eps"
filename_out_lin = "ZH_LHC8_linear.eps"
set xlabel 'm_H [GeV]'
set xrange [20.:600.]
set grid
a0 = 3.02650891463869
a0p5 = -0.404715124216486
a1 = 0.00945378328194135
a2 = -1.16534141280507e-05
a3 = 1.301339006803e-08
a4 = -7.2364967643456e-12
f(x)=10.0**(a0+a0p5*x**0.5+a1*x+a2*x**2.0+a3*x**3.0+a4*x**4.0)
# f(x)= 10.0**(a0+a0p5*x**0.5+a1*x+a2*x**2.0+b1*exp(-(x-b2)**2.0/(b3**2.0))/((x-b4)**2.0+b5**2.0))+ c1*exp(-(x-c2)**2.0/(c3**2.0))/((x-c4)**2+c5**2.0)
fit f(x) filename u ($1):($2) via a0,a0p5,a1,a2,a3,a4
show all
set output filename_out_lin
plot filename u ($1):($2) notit,\
f(x) w l notit
set output filename_out
set logscale y
plot filename u ($1):($2) notit,\
f(x) w l notit

File Metadata

Mime Type
text/plain
Expires
Wed, May 14, 10:32 AM (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5111174
Default Alt Text
fit_ZH_LHC8.gnu (837 B)

Event Timeline