ATLAS Offline Software
mc.Sh30x_Example.py
Go to the documentation of this file.
1 include("Sherpa_i/Base_Fragment.py")
2 include("Sherpa_i/PDF4LHC21.py")
3 
4 evgenConfig.description = "Sherpa 3.0.x example JO, Z+0,1-jet production."
5 evgenConfig.keywords = [ "2lepton" ]
6 evgenConfig.contact = [ "atlas-generators-sherpa@cern.ch", "chris.g@cern.ch"]
7 evgenConfig.nEventsPerJob = 10000
8 
9 genSeq.Sherpa_i.RunCard="""
10  ME_SIGNAL_GENERATOR: Amegic
11 
12 PROCESSES:
13 - 93 93 -> 11 -11 93{1}:
14  Order: {QCD: 0, EW: 2}
15  CKKW: 20
16 
17 SELECTORS:
18 - [Mass, 11, -11, 40, E_CMS]
19 """
20 
21 genSeq.Sherpa_i.OpenLoopsLibs = []
22 genSeq.Sherpa_i.ExtraFiles = []
23 genSeq.Sherpa_i.NCores = 1
python.Include.include
include
Definition: Include.py:318