ATLAS Offline Software
mc.PhPy8EG_A14NNPDF23_bblvlv_Beta_example.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2024 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 evgenConfig.nEventsPerJob = 100
9 
10 #--------------------------------------------------------------
11 # EVGEN configuration
12 #--------------------------------------------------------------
13 evgenConfig.description = "POWHEG+Pythia8 bblvlv_beta production."
14 evgenConfig.keywords = ["SM", "bb4l", "offshell", "TOP", "l+jets"]
15 evgenConfig.contact = ["Andrej.Saibel@cern.ch"]
16 
17 # --------------------------------------------------------------
18 # Load ATLAS defaults for the Powheg bblvlv_modified process
19 # --------------------------------------------------------------
20 include("PowhegControl/PowhegControl_bblvlv_Beta_Common.py")
21 include("PowhegControl/PowhegControl_bblvlv_Beta_SemiLep_Common.py")
22 
23 
24 
25 PowhegConfig.ncall1 = 1000
26 PowhegConfig.ncall1btlbrn = 1000
27 PowhegConfig.ncall2 = 1000
28 PowhegConfig.ncall2btlbrn = 1000
29 PowhegConfig.nubound = 1000
30 
31 # settings for semileptonic production
32 PowhegConfigSemiLep.ncall1 = 1000
33 PowhegConfigSemiLep.ncall1btlbrn = 1000
34 PowhegConfigSemiLep.ncall2 = 1000
35 PowhegConfigSemiLep.ncall2btlbrn = 1000
36 PowhegConfigSemiLep.nubound = 1000
37 
38 PowhegConfigSemiLep.lhefuborn = 1
39 
40 
41 # --------------------------------------------------------------
42 # Generate events
43 # --------------------------------------------------------------
44 # Produce Dileptonic Events
45 PowhegConfig.generate()
46 # From DL LHE make semileptonic events
47 PowhegConfigSemiLep.generate()
48 
49 #--------------------------------------------------------------
50 # Pythia8 showering with the A14 NNPDF2.3 tune
51 #--------------------------------------------------------------
52 include("Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py")
53 include("Pythia8_i/Pythia8_Powheg.py")
python.Include.include
include
Definition: Include.py:318