ATLAS Offline Software
mc.PhPy8EG_A14NNPDF23_quark_colour_fix_example.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
2 
3 # --------------------------------------------------------------
4 # EVGEN configuration
5 # --------------------------------------------------------------
6 evgenConfig.description = "PowhegControl example of automated quark colour fixing"
7 evgenConfig.keywords = ["SM", "Higgs", "Z"]
8 evgenConfig.contact = ["james.robinson@cern.ch"]
9 
10 # --------------------------------------------------------------
11 # Load ATLAS defaults for the Powheg ggF_HZ process
12 # --------------------------------------------------------------
13 include("PowhegControl/PowhegControl_ggF_HZ_Common.py")
14 
15 # --------------------------------------------------------------
16 # Set integration parameters to tiny values for fast testing
17 # DO NOT USE THESE SETTINGS IN PRODUCTION!
18 # --------------------------------------------------------------
19 PowhegConfig.ncall1 = 1000
20 PowhegConfig.ncall1rm = 1000
21 PowhegConfig.ncall2 = 1000
22 PowhegConfig.ncall2rm = 1000
23 PowhegConfig.nubound = 1000
24 PowhegConfig.foldphi = 1
25 PowhegConfig.foldcsi = 1
26 PowhegConfig.foldy = 1
27 PowhegConfig.itmx1 = 1
28 PowhegConfig.itmx2 = 1
29 
30 # --------------------------------------------------------------
31 # Set process options and generate
32 # --------------------------------------------------------------
33 PowhegConfig.decay_mode_Z = "inclusive"
34 PowhegConfig.generate()
35 
36 # --------------------------------------------------------------
37 # Pythia8 showering with the A14 NNPDF2.3 tune
38 # --------------------------------------------------------------
39 include("Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py")
40 include("Pythia8_i/Pythia8_Powheg.py")
python.Include.include
include
Definition: Include.py:318