ATLAS Offline Software
mc.PhPy8EG_A14NNPDF23_VBF_osWW_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 # EVGEN configuration
11 #--------------------------------------------------------------
12 evgenConfig.description = "POWHEG+Pythia8 VBF opposite-sign WW production with A14 NNPDF2.3 tune."
13 evgenConfig.keywords = ["SM", "diboson", "WW", "VBF"]
14 evgenConfig.contact = ["stefan.richter@cern.ch"]
15 
16 # --------------------------------------------------------------
17 # Load ATLAS defaults for the Powheg VBF_osWW process
18 # --------------------------------------------------------------
19 include("PowhegControl/PowhegControl_VBF_osWW_Common.py")
20 
21 # --------------------------------------------------------------
22 # Reweighting to get PDF and QCD scale weight variations
23 # is not yet supported for this process (it fails for
24 # currently unknown reasons), so it is disabled here by
25 # setting single values for the PDF and QCD scale factors
26 # --------------------------------------------------------------
27 PowhegConfig.PDF = 260000
28 PowhegConfig.mu_F = 1.0
29 PowhegConfig.mu_R = 1.0
30 
31 # --------------------------------------------------------------
32 # Generate events
33 # --------------------------------------------------------------
34 PowhegConfig.generate()
35 
36 #--------------------------------------------------------------
37 # Pythia8 showering with the A14 NNPDF2.3 tune, main31 routine
38 #--------------------------------------------------------------
39 include("Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py")
40 include("Pythia8_i/Pythia8_Powheg_Main31.py")
python.Include.include
include
Definition: Include.py:318