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