From 9bf1dd8cb15b8a2b4961a0d97d1faf929c73018d Mon Sep 17 00:00:00 2001 From: Mustafa Schmidt <schmidt@up.pleiades.uni-wuppertal.de> Date: Fri, 28 Jun 2024 17:54:05 +0200 Subject: [PATCH] Dividing job options for MG and Pythia --- 950xxx/950740/log.generate.short | 8 +++++ ...c.Py8EG_ttbar_CKKWLMerge_Np01_p83_valid.py | 29 +++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 950xxx/950740/log.generate.short create mode 100644 950xxx/950740/mc.Py8EG_ttbar_CKKWLMerge_Np01_p83_valid.py diff --git a/950xxx/950740/log.generate.short b/950xxx/950740/log.generate.short new file mode 100644 index 0000000000..190ca924d2 --- /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 0000000000..24b56d9b62 --- /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"] -- GitLab