ATLAS Offline Software
mc.PhPy8EG_A14NNPDF23_Zjj_example.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2021 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 # Powheg Zj setup starting from ATLAS defaults
11 #--------------------------------------------------------------
12 include("PowhegControl/PowhegControl_Zjj_Common.py")
13 PowhegConfig.generate()
14 
15 #--------------------------------------------------------------
16 # Pythia8 showering with the A14 NNPDF2.3 tune, main31 routine
17 #--------------------------------------------------------------
18 include("Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py")
19 include("Pythia8_i/Pythia8_Powheg_Main31.py")
20 
21 #--------------------------------------------------------------
22 # EVGEN configuration
23 #--------------------------------------------------------------
24 evgenConfig.description = "POWHEG+Pythia8 Z+jj production with A14 NNPDF2.3 tune"
25 evgenConfig.keywords = [ "SM", "Z", "2jet" ]
26 evgenConfig.contact = [ "james.robinson@cern.ch" ]
python.Include.include
include
Definition: Include.py:318