Skip to content

Commit 21d57d7

Browse files
committed
add wzp6_ee_mumuH_ecm240_v2.sin (identical to wzp6_ee_mumuH_ecm240.sin committed a few min ago. WIll clean up later).
1 parent 3902241 commit 21d57d7

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
########################################################################
2+
#
3+
# Whizard 2.8.5
4+
#
5+
# e e -> mu mu H (only one diagram, e e -> Z H and Z -> mumu )
6+
#
7+
# Hadronisation by Pythia6. Inclusive H decays (by Pythia)
8+
#
9+
########################################################################
10+
#
11+
12+
model = SM
13+
14+
# Center of mass energy
15+
sqrts = 240 GeV
16+
17+
# Processes
18+
19+
#?vis_diags = true
20+
21+
22+
process proc = e1, E1 => H, e2, E2
23+
24+
beams = e1, E1 => gaussian => isr
25+
?keep_beams = true # do not use this option, makes Pythia crash
26+
?keep_remnants = true
27+
28+
gaussian_spread1 = 0.16%
29+
gaussian_spread2 = 0.16%
30+
31+
32+
?isr_handler = true
33+
$isr_handler_mode = "recoil"
34+
isr_alpha = 0.0072993
35+
isr_mass = 0.000511
36+
37+
38+
39+
! Parton shower and hadronization
40+
?ps_fsr_active = true
41+
?ps_isr_active = false
42+
?hadronization_active = true
43+
$shower_method = "PYTHIA6"
44+
!?ps_PYTHIA_verbose = true
45+
46+
47+
$ps_PYTHIA_PYGIVE = "MSTJ(28)=0; PMAS(25,1)=125.; PMAS(25,2)=0.4143E-02; MSTJ(41)=2; MSTU(22)=2000; PARJ(21)=0.40000; PARJ(41)=0.11000; PARJ(42)=0.52000; PARJ(81)=0.25000; PARJ(82)=1.90000; MSTJ(11)=3; PARJ(54)=-0.03100; PARJ(55)=-0.00200; PARJ(1)=0.08500; PARJ(3)=0.45000; PARJ(4)=0.02500; PARJ(2)=0.31000; PARJ(11)=0.60000; PARJ(12)=0.40000; PARJ(13)=0.72000; PARJ(14)=0.43000; PARJ(15)=0.08000; PARJ(16)=0.08000; PARJ(17)=0.17000; MSTP(3)=1;MSTP(71)=1"
48+
49+
integrate (proc) { iterations = 10:100000:"gw", 5:200000:"" }
50+
51+
# n_events should be passed by the EventProducer
52+
# n_events = 100000
53+
54+
sample_format = stdhep
55+
$extension_stdhep = "stdhep"
56+
simulate (proc) {checkpoint = 100}
57+

0 commit comments

Comments
 (0)