Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F11222080
EEMatching3P.sin
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
EEMatching3P.sin
View Options
# $Id: EEMatching3P.sin 2293 2010-04-11 23:57:50Z jr_reuter $
# Simple complete physics example: e+e- to jets with
# matched PYTHIA shower (max. 3 hard matrix-element jets)
########################################################################
#
# Copyright (C) 1999-2013 by
# Wolfgang Kilian <kilian@physik.uni-siegen.de>
# Thorsten Ohl <ohl@physik.uni-wuerzburg.de>
# Juergen Reuter <juergen.reuter@desy.de>
# Sebastian Schmidt <sebastian.t.schmidt@desy.de>
# Christian Speckner <cnspeckn@googlemail.com>
#
# WHIZARD is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# WHIZARD is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
########################################################################
model = SM
ms = 0
mc = 0
alias j = u:d:s:c:U:D:S:C:g
process eeuu = e1, E1 => u, U
process eeuuj = e1, E1 => u, U, j
compile
sqrts = 91 GeV
beams = e1, E1
?ps_fsr_active=true
?ps_isr_active=true
!?hadronization_active = true
?ps_use_PYTHIA_shower = true
ps_max_n_flavors = 5
ps_mass_cutoff = 1
?mlm_matching = true
mlm_ptmin = 10 GeV
mlm_nmaxMEjets = 3
mlm_Rmin = 1
mlm_Emin = 10 GeV
cuts = all E > mlm_Emin [j]
and all Dist > mlm_Rmin [j, j]
seed = 1
integrate(eeuu, eeuuj) { iterations = 2:2000 }
n_events = 100000
?rebuild_events=true
$sample = "EEMatching3"
sample_format = lhef
simulate(eeuu, eeuuj)
show(results)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, May 14, 11:22 AM (14 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5111411
Default Alt Text
EEMatching3P.sin (1 KB)
Attached To
rWHIZARDSVN whizardsvn
Event Timeline
Log In to Comment