ATLAS Offline Software
Loading...
Searching...
No Matches
mc.PhPy8EG_A14NNPDF23_Zj_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#--------------------------------------------------------------
12include("PowhegControl/PowhegControl_Zj_Common.py")
13PowhegConfig.generate()
14
15#--------------------------------------------------------------
16# Pythia8 showering with the A14 NNPDF2.3 tune, main31 routine
17#--------------------------------------------------------------
18include("Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py")
19include("Pythia8_i/Pythia8_Powheg_Main31.py")
20
21#--------------------------------------------------------------
22# EVGEN configuration
23#--------------------------------------------------------------
24evgenConfig.description = "POWHEG+Pythia8 Z+j production with A14 NNPDF2.3 tune"
25evgenConfig.keywords = [ "SM", "Z", "1jet" ]
26evgenConfig.contact = [ "james.robinson@cern.ch" ]