2 evgenConfig.description =
"Geneva4 MC pp -> Z production for tutorial example at 13000 GeV to 2 muons"
3 evgenConfig.keywords = [
"2muon",
"Z"]
4 evgenConfig.contact = [
"andri.verbytskyi@mpp.mpg.de"]
6 from Geneva_i.GenevaUtils
import GenevaConfig, GenevaRun
9 scConfig = GenevaConfig(runArgs)
12 #-------------------------------------------------------------------------------
14 # Simone Alioli, Christian Bauer, Frank Tackmann
17 # Copyright (C) 2017, 2018 Geneva Collaboration
19 # This file is part of the Geneva MC framework. Geneva is distributed under
20 # the terms of the GNU General Public License version 3 (GPLv3), see the
21 # COPYING file that comes with this distribution for details.
22 # Please respect the academic usage guidelines in the GUIDELINES file.
25 # User options for inclusive pp -> V production for tutorial example
26 #-------------------------------------------------------------------------------
28 #-------------------------------------------------------------------------------
30 #-------------------------------------------------------------------------------
39 overwrite_output: true
54 set: "PDF4LHC15_nnlo_100"
60 calculation: SCETppV012
61 phase_space: PP2BosonJets
62 matrix_element_provider: OpenLoops
64 #-------------------------------------------------------------------------------
66 #-------------------------------------------------------------------------------
70 precision: NNLO+NNLL0+NLL1
73 dynamic: TransverseMass
82 #-------------------------------------------------------------------------------
83 # Phase space generator
84 #-------------------------------------------------------------------------------
93 scConfig.sigmabelow=
'35.96 55.97 14.27'
96 scConfig.yaml[
'phase_space'][
'PP2BosonJets'][
'generation_cuts'][
'boson_mass'][
'min']=55
97 scConfig.points = 100000
100 include(
'Geneva_i/Pythia8_Base_Common.py')