ATLAS Offline Software
Loading...
Searching...
No Matches
MCFM_Pythia8_A14_NNPDF23LO_Common.py
Go to the documentation of this file.
6
7#--------------------------------------------------------------
8# EVGEN configuration
9#--------------------------------------------------------------
10evgenConfig.generators += [ 'MCFM', 'Pythia8' ]
11evgenConfig.description = 'MCFM, CT10nnlo PDF , Pythia8'
12evgenConfig.keywords = ['diboson', '2lepton', 'electroweak', 'Higgs', 'ZZ']
13evgenConfig.contact = ['denys.denysiuk@cern.ch', 'xiangyang.ju@cern.ch']
14#evgenConfig.inputfilecheck = 'ggH300_5SMW_ZZ_4l'
15
16include('Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py')
17include("Pythia8_i/Pythia8_LHEF.py")
18
19# boson decays already done in the lhe file
20genSeq.Pythia8.Commands += [ '25:onMode = off' ]
21genSeq.Pythia8.Commands += [ '24:onMode = off' ]
22genSeq.Pythia8.Commands += [ '23:onMode = off' ]
23
24# no power shower, just wimpy showers
25genSeq.Pythia8.Commands += [ 'SpaceShower:pTmaxMatch = 1' ]