Skip to content

Commit 1d3fafc

Browse files
authored
Merge pull request #16 from EmanuelPerez/spring2021
Spring2021
2 parents cdd85de + 21d57d7 commit 1d3fafc

File tree

3 files changed

+112
-1
lines changed

3 files changed

+112
-1
lines changed

FCCee/Generator/Whizard/v2.8.5/wzp6_ee_mumuH_ecm240.sin

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $shower_method = "PYTHIA6"
4444
!?ps_PYTHIA_verbose = true
4545

4646

47-
$ps_PYTHIA_PYGIVE = "MSTJ(28)=0; PMAS(25,1)=120.; PMAS(25,2)=0.3605E-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"
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"
4848

4949
integrate (proc) { iterations = 10:100000:"gw", 5:200000:"" }
5050

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+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
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 => isr
25+
?keep_beams = true
26+
?keep_remnants = true
27+
28+
29+
?isr_handler = true
30+
$isr_handler_mode = "recoil"
31+
isr_alpha = 0.0072993
32+
isr_mass = 0.000511
33+
34+
35+
36+
! Parton shower and hadronization
37+
?ps_fsr_active = true
38+
?ps_isr_active = false
39+
?hadronization_active = true
40+
$shower_method = "PYTHIA6"
41+
!?ps_PYTHIA_verbose = true
42+
43+
44+
$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"
45+
46+
integrate (proc) { iterations = 10:100000:"gw", 5:200000:"" }
47+
48+
# n_events should be passed by the EventProducer
49+
# n_events = 100000
50+
51+
sample_format = stdhep
52+
$extension_stdhep = "stdhep"
53+
simulate (proc) {checkpoint = 100}
54+

0 commit comments

Comments
 (0)