whizard is hosted by Hepforge, IPPP Durham

Ticket #693: NMSSM_zh_h0k12.sin

File NMSSM_zh_h0k12.sin, 2.3 KB (added by Juergen Reuter, 10 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 = NMSSM
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 => Z,h1
37
38?vis_history = false
39
40sqrts = 250 GeV
41
42# Set the input parameters
43# Running b mass
44mb = 0
45ms = 0
46mc = 0
47mneu1 = 15
48mneu2 = 85
49# Lepton mass
50me = 0
51mmu = 0
52mtau = 0
53# higgs parameters
54mh0_2 = 60
55
56       
57process zdecl = Z => l,l
58process hdec  = h1 => neu1,neu2
59process k2dec = neu2 => h2,neu1
60process h2dec = h2 => b,B
61
62?ps_isr_active = true   
63?ps_fsr_active = true
64?ps_use_PYTHIA_shower = true
65?hadronization_active = true
66#?ps_PYTHIA_verbose = true
67
68ps_max_n_flavors = 5
69ps_mass_cutoff = 1
70
71$ps_PYTHIA_PYGIVE = "MSTP(125)=2; MSTU(21)=1; IMSS(1)=11; IMSS(13)=1"
72
73real ycut = mlm_ETclusminE**2
74cuts = all kT > ycut [j, j]
75cuts = all M >= 10 GeV [q,Q]
76
77integrate(zh,zdecl)
78?slha_read_decays = true
79read_slha("nmssm.slha")
80mneu1 = 15
81mneu2 = 85
82mh0_2 = 60
83integrate(hdec,k2dec,h2dec)
84unstable Z(zdecl)
85unstable h1(hdec)
86unstable neu2(k2dec)
87unstable h2(h2dec)
88
89# luminosity = 10
90# ?write_raw = false
91simulate (zh) {n_events = 10 sample_format = hepmc }
92
93show ( results )
94compile