ATLAS Offline Software
Loading...
Searching...
No Matches
mc.PhPy8EG_A14NNPDF23_gg4l_example.py
Go to the documentation of this file.
1# Copyright (C) 2002-2023 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#--------------------------------------------------------------
12evgenConfig.description = "POWHEG+Pythia8 gg4l production with A14 NNPDF2.3 tune."
13evgenConfig.keywords = ["SM", "gg4l", "gluonfusion", "Higgs"]
14evgenConfig.contact = ["andrej.saibel@cern.ch"]
15
16# --------------------------------------------------------------
17# Load ATLAS defaults for the Powheg gg4l process
18# -----------------------------------------------------------
19include("PowhegControl/PowhegControl_gg4l_Common.py")
20#set 0 if massiveloops = 0
21PowhegConfig.mass_b = 0
22PowhegConfig.proc = "WW" # 'ZZ' or 'WW'
23PowhegConfig.contr = "full" # 'full', 'only_h', 'no_h' or 'interf_h'
24PowhegConfig.vdecaymodeV1 = 11 # decay mode of first vector boson
25PowhegConfig.vdecaymodeV2 = 13 # decay mode of second vector boson
26#test settings for integration
27PowhegConfig.ncall1 = 50
28PowhegConfig.ncall1btlbrn = 50
29PowhegConfig.ncall2 = 50
30PowhegConfig.ncall2btlbrn = 50
31PowhegConfig.nubound = 50
32
33
34
35# --------------------------------------------------------------
36# Generate events
37# --------------------------------------------------------------
38PowhegConfig.generate()
39
40#--------------------------------------------------------------
41# Pythia8 showering with the A14 NNPDF2.3 tune
42#--------------------------------------------------------------
43include("Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py")
44include("Pythia8_i/Pythia8_Powheg.py")
45