diff --git a/950xxx/950740/log.generate.short b/950xxx/950740/log.generate.short new file mode 100644 index 0000000000000000000000000000000000000000..190ca924d27d31c8ea43805b31c3a89c82a94d54 --- /dev/null +++ b/950xxx/950740/log.generate.short @@ -0,0 +1,8 @@ +- estimated CPU for CI job = 0.00 hrs +- using release = AthGeneration-23.6.23 +- ecmEnergy = 13000.0 +- inputGeneratorFile = LHE_events +- randomSeed = 1234 +- EVNT to EVNT = False +- LHEonly = False +- platform = Linux-5.14.0-427.18.1.el9_4.x86_64-x86_64-with-glibc2.34 \ No newline at end of file diff --git a/950xxx/950740/mc.Py8EG_ttbar_CKKWLMerge_Np01_p83_valid.py b/950xxx/950740/mc.Py8EG_ttbar_CKKWLMerge_Np01_p83_valid.py new file mode 100644 index 0000000000000000000000000000000000000000..24b56d9b620c8227ad15849a1ea0cd2fa8a4462c --- /dev/null +++ b/950xxx/950740/mc.Py8EG_ttbar_CKKWLMerge_Np01_p83_valid.py @@ -0,0 +1,29 @@ +#### Shower +settings = { 'lhe_version' : '3.0', + 'cut_decays' : 'F', + 'ickkw' : 0, + 'drjj' : 0.0, + 'maxjetflavor': 5, + 'ktdurham' : 30, + 'dparameter' : 0.4, + 'xqcut' : 0, + 'pdgs_for_merging_cut' : '1, 2, 3, 4, 5, 21' # Ensure we do not include top quarks here! +} + +evgenConfig.description = 'MadGraph_ttbar' +evgenConfig.keywords+=['ttbar','jets'] +evgenConfig.contact = [ "zach.marshall@cern.ch","giancarlo.panizzo@cern.ch" ] + +evgenConfig.nEventsPerJob = 10000 +evgenConfig.inputFilesPerJob = 1 + +PYTHIA8_nJetMax=1 +PYTHIA8_Process='pp>tt~' +PYTHIA8_Dparameter=settings['dparameter'] +PYTHIA8_TMS=settings['ktdurham'] +PYTHIA8_nQuarksMerge=settings['maxjetflavor'] +include("Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py") +include("Pythia8_i/Pythia8_MadGraph.py") +include("Pythia8_i/Pythia8_CKKWL_kTMerge.py") +#Needed for ttbar: +genSeq.Pythia8.Commands+=["Merging:mayRemoveDecayProducts=on"]