ATLAS Offline Software
PhPy8EG_multiple_weight_example.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
2 
3 # --------------------------------------------------------------
4 # EVGEN configuration
5 # --------------------------------------------------------------
6 evgenConfig.description = "PowhegControl example of multiple weights"
7 evgenConfig.keywords = [ "SM", "QCD", "2jet", "bottom" ]
8 evgenConfig.contact = ["james.robinson@cern.ch"]
9 
10 # --------------------------------------------------------------
11 # Load ATLAS defaults for the Powheg bb process
12 # --------------------------------------------------------------
13 include("PowhegControl/PowhegControl_bb_Common.py")
14 
15 # --------------------------------------------------------------
16 # Set process options and generate
17 # --------------------------------------------------------------
18 PowhegConfig.PDF = (10800, 10853)
19 PowhegConfig.mu_F = [ 1.0, 0.5, 0.5, 1.0, 1.0, 2.0, 2.0 ]
20 PowhegConfig.mu_R = [ 1.0, 0.5, 1.0, 0.5, 2.0, 1.0, 2.0 ]
21 PowhegConfig.generate()
22 
23 # --------------------------------------------------------------
24 # Pythia8 showering with the A14 NNPDF2.3 tune
25 # --------------------------------------------------------------
26 include("Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py")
27 include("Pythia8_i/Pythia8_Powheg.py")
python.Include.include
include
Definition: Include.py:318