ATLAS Offline Software
mc.PhPy8EG_A14NNPDF23_VBFNLO_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 VBFNLO"
7 evgenConfig.keywords = ["SM", "VBF", "W"]
8 evgenConfig.contact = ["james.robinson@cern.ch"]
9 
10 # --------------------------------------------------------------
11 # Load ATLAS defaults for the Powheg VBF_W process
12 # --------------------------------------------------------------
13 include("PowhegControl/PowhegControl_VBF_W_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.ncall2 = 1000
21 PowhegConfig.nubound = 1000
22 PowhegConfig.foldphi = 1
23 PowhegConfig.foldcsi = 1
24 PowhegConfig.foldy = 1
25 PowhegConfig.itmx1 = 1
26 PowhegConfig.itmx2 = 1
27 
28 # --------------------------------------------------------------
29 # Set process options and generate
30 # --------------------------------------------------------------
31 PowhegConfig.decay_mode = "w+ > e+ ve"
32 PowhegConfig.generate()
33 
34 # --------------------------------------------------------------
35 # Pythia8 showering with the A14 NNPDF2.3 tune
36 # --------------------------------------------------------------
37 include("Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py")
38 include("Pythia8_i/Pythia8_Powheg.py")
python.Include.include
include
Definition: Include.py:318