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