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