ATLAS Offline Software
Loading...
Searching...
No Matches
mc.PhPy8EG_A14NNPDF23_DYNNLO_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 = "POWHEG+Pythia8 W+j production with A14 NNPDF2.3 tune"
7evgenConfig.keywords = ["SM", "W", "1jet"]
8evgenConfig.contact = [ "james.robinson@cern.ch" ]
9
10# --------------------------------------------------------------
11# Load ATLAS defaults for the Powheg Wj process
12# --------------------------------------------------------------
13include("PowhegControl/PowhegControl_Wj_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.ncall1rm = 1000
21PowhegConfig.ncall2 = 1000
22PowhegConfig.ncall2rm = 1000
23PowhegConfig.nubound = 1000
24PowhegConfig.foldphi = 1
25PowhegConfig.foldcsi = 1
26PowhegConfig.foldy = 1
27PowhegConfig.itmx1 = 1
28PowhegConfig.itmx2 = 1
29
30# --------------------------------------------------------------
31# DYNNLO: specify the input reweighting file
32# --------------------------------------------------------------
33PowhegConfig.NNLO_reweighting_inputs["DYNNLO"] = "Wp_CM8_MMHT14NNLO_11.top"
34
35# --------------------------------------------------------------
36# Generate events
37# --------------------------------------------------------------
38PowhegConfig.generate()
39
40# --------------------------------------------------------------
41# Pythia8 showering with the AZNLO tune
42# --------------------------------------------------------------
43include("Pythia8_i/Pythia8_AZNLO_CTEQ6L1_EvtGen_Common.py")
44include("Pythia8_i/Pythia8_Powheg.py")