ATLAS Offline Software
mc.PhPy8EG_A14NNPDF23_Wt_DR_modified_example.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
2 
3 #--------------------------------------------------------------
4 # This is an example joboption to generate events with Powheg
5 # using ATLAS' interface. Users should optimise and carefully
6 # validate the settings before making an official sample request.
7 #--------------------------------------------------------------
8 
9 #--------------------------------------------------------------
10 # EVGEN configuration
11 #--------------------------------------------------------------
12 evgenConfig.description = "POWHEG+Pythia8 W+t (diagram removal) production with A14 NNPDF2.3 tune. Modified to allow for dynamic scale."
13 evgenConfig.keywords = ["SM", "W", "top"]
14 evgenConfig.contact = ["tpelzer@cern.ch"]
15 
16 # --------------------------------------------------------------
17 # Load ATLAS defaults for the Powheg Wt_DR_modified process
18 # --------------------------------------------------------------
19 include("PowhegControl/PowhegControl_Wt_DR_modified_Common.py")
20 
21 
22 # --------------------------------------------------------------
23 # Additional settings
24 # --------------------------------------------------------------
25 PowhegConfig.runningscales = 1
26 
27 # --------------------------------------------------------------
28 # Generate events
29 # --------------------------------------------------------------
30 PowhegConfig.generate()
31 
32 #--------------------------------------------------------------
33 # Pythia8 showering with the A14 NNPDF2.3 tune, main31 routine
34 #--------------------------------------------------------------
35 include("Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py")
36 include("Pythia8_i/Pythia8_Powheg_Main31.py")
37 
38 
python.Include.include
include
Definition: Include.py:318