evgenConfig.description = 'POWHEG+Pythia8 ttbar production with Powheg hdamp equal 1.5*top mass, A14 tune, veto the at least one lepton filter, ME NNPDF30 NLO, A14 NNPDF23 LO from DSID 410450 LHE files with Shower Weights added ' evgenConfig.keywords = [ 'SM', 'top', 'ttbar', 'lepton'] evgenConfig.contact = [ 'james.robinson@cern.ch','andrea.helen.knue@cern.ch','onofrio@liverpool.ac.uk','ian.connelly@cern.ch','mdshapiro@lbl.gov'] ##evgenConfig.inputfilecheck="410450.Powheg_ttbar_hdamp258p75_LHE" #-------------------------------------------------------------- # Pythia8 showering #-------------------------------------------------------------- include('MC15JobOptions/Pythia8_A14_NNPDF23LO_EvtGen_Common.py') include("MC15JobOptions/Pythia8_Powheg_Main31.py") genSeq.Pythia8.Commands += [ 'Powheg:pTHard = 0' ] genSeq.Pythia8.Commands += [ 'Powheg:NFinal = 2' ] genSeq.Pythia8.Commands += [ 'Powheg:pTdef = 2' ] genSeq.Pythia8.Commands += [ 'Powheg:veto = 1' ] genSeq.Pythia8.Commands += [ 'Powheg:vetoCount = 3' ] genSeq.Pythia8.Commands += [ 'Powheg:pTemt = 0' ] genSeq.Pythia8.Commands += [ 'Powheg:emitted = 0' ] genSeq.Pythia8.Commands += [ 'Powheg:MPIveto = 0' ] #-------------------------------------------------------------- # Event filter #-------------------------------------------------------------- include('MC15JobOptions/TTbarWToLeptonFilter.py') filtSeq.TTbarWToLeptonFilter.NumLeptons = -1 filtSeq.TTbarWToLeptonFilter.Ptcut = 0. filtSeq.Expression = "(not TTbarWToLeptonFilter)"