whizard is hosted by Hepforge, IPPP Durham

Ticket #769: NMSSM_zh_h0k12.sin

File NMSSM_zh_h0k12.sin, 2.4 KB (added by Bijan Chokoufe Nejad, 8 years ago)
Line 
1# $Id: LEP_higgs.sin 2293 2010-04-11 23:57:50Z jr_reuter $
2# Simple complete physics example: Higgs search at LEP
3########################################################################
4#
5# Copyright (C) 1999-2014 by
6#     Wolfgang Kilian <kilian@physik.uni-siegen.de>
7#     Thorsten Ohl <ohl@physik.uni-wuerzburg.de>
8#     Juergen Reuter <juergen.reuter@desy.de>
9#     with contributions from
10#     Christian Speckner <cnspeckn@googlemail.com>
11#
12# WHIZARD is free software; you can redistribute it and/or modify it
13# under the terms of the GNU General Public License as published by
14# the Free Software Foundation; either version 2, or (at your option)
15# any later version.
16#
17# WHIZARD is distributed in the hope that it will be useful, but
18# WITHOUT ANY WARRANTY; without even the implied warranty of
19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20# GNU General Public License for more details.
21#
22# You should have received a copy of the GNU General Public License
23# along with this program; if not, write to the Free Software
24# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
25#
26########################################################################
27
28model = SM_CKM
29
30alias n   = n1:n2:n3:N1:N2:N3
31alias q   = u:d:s:c
32alias Q   = U:D:S:C
33alias l  = e1:e2:E1:E2
34
35# The missing-energy channel
36process zh = e1, E1 => l,l,H
37
38?vis_history = true
39
40sqrts = 250 GeV
41
42# Set the input parameters
43# Running b mass
44mb = 2.9 GeV
45ms = 0
46mc = 0
47#mneu1 = 15
48#mneu2 = 85
49# Lepton mass
50me = 0
51mmu = 0
52mtau = 0
53# higgs parameters
54#mh0_2 = 60
55
56#process hdec  = h1 => neu1,neu2
57#process k2dec = neu2 => h2,neu1
58#process h2dec = h2 => b,B
59process hdec = H => b,B
60
61?ps_fsr_active = true
62#?ps_isr_active = false
63?hadronization_active = true
64$shower_method = "PYTHIA6"
65
66ps_max_n_flavors = 5
67ps_mass_cutoff = 1
68
69#$ps_PYTHIA_PYGIVE = "MSTP(125)=2; MSTU(21)=1"
70
71real ycut = mlm_ETclusminE**2
72cuts = all kT > ycut [j, j]
73cuts = all M >= 10 GeV [q,Q]
74
75integrate(zh) {beams = e1, E1 => isr isr_mass = 0.000511}
76
77#?slha_read_decays = true
78#read_slha("nmssm.slha")
79#mneu1 = 15
80#mneu2 = 85
81#mh0_2 = 60
82
83integrate(hdec)
84unstable H(hdec)
85#integrate(k2dec)
86#unstable neu2(k2dec)
87#integrate(h2dec)
88#unstable h2(h2dec)
89
90luminosity = 1
91?write_raw = false
92?rebuild_events = true
93#simulate (zh) {n_events = 100 sample_format = stdhep $extension_stdhep = "stdhep"}
94#simulate (zh) {n_events = 100 sample_format = hepevt}
95simulate (zh) {n_events = 100 sample_format = athena}
96
97show ( results )