From fc037956c91b84e65ef9a8cf4f67a8486e9ff7fd Mon Sep 17 00:00:00 2001 From: Christian Gutschow <chris.g@cern.ch> Date: Mon, 1 Feb 2021 11:13:47 +0100 Subject: [PATCH] add missing commas [skip modfiles] --- 504xxx/504686/Pythia8_i/Pythia8_FxFx_A14mod.py | 2 +- 504xxx/504687/Pythia8_i/Pythia8_FxFx_A14mod.py | 2 +- 504xxx/504688/Pythia8_i/Pythia8_FxFx_A14mod.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/504xxx/504686/Pythia8_i/Pythia8_FxFx_A14mod.py b/504xxx/504686/Pythia8_i/Pythia8_FxFx_A14mod.py index 2c5a4d00c9..9aa2ce5583 100644 --- a/504xxx/504686/Pythia8_i/Pythia8_FxFx_A14mod.py +++ b/504xxx/504686/Pythia8_i/Pythia8_FxFx_A14mod.py @@ -28,7 +28,7 @@ genSeq.Pythia8.Commands += ["JetMatching:merge = on", "JetMatching:jetAlgorithm = 2", #explicit setting of kt-merging for FxFx (also imposed by Py8-FxFx inteface) "JetMatching:slowJetPower = 1", #explicit setting of kt-merging for FxFx (also imposed by Py8-FxFx inteface) "JetMatching:nQmatch = 5", #4 corresponds to 4-flavour scheme (no matching of b-quarks), 5 for 5-flavour scheme - "JetMatching:eTjetMin = %f"%PYTHIA8_qCut #This is 20 in the Pythia default, it should be <= qCut + "JetMatching:eTjetMin = %f"%PYTHIA8_qCut, #This is 20 in the Pythia default, it should be <= qCut "SpaceShower:rapidityOrder = off", # FxFx + A14 prescription "SpaceShower:pTmaxFudge = 1.0", # FxFx + A14 prescription ] diff --git a/504xxx/504687/Pythia8_i/Pythia8_FxFx_A14mod.py b/504xxx/504687/Pythia8_i/Pythia8_FxFx_A14mod.py index 2c5a4d00c9..9aa2ce5583 100644 --- a/504xxx/504687/Pythia8_i/Pythia8_FxFx_A14mod.py +++ b/504xxx/504687/Pythia8_i/Pythia8_FxFx_A14mod.py @@ -28,7 +28,7 @@ genSeq.Pythia8.Commands += ["JetMatching:merge = on", "JetMatching:jetAlgorithm = 2", #explicit setting of kt-merging for FxFx (also imposed by Py8-FxFx inteface) "JetMatching:slowJetPower = 1", #explicit setting of kt-merging for FxFx (also imposed by Py8-FxFx inteface) "JetMatching:nQmatch = 5", #4 corresponds to 4-flavour scheme (no matching of b-quarks), 5 for 5-flavour scheme - "JetMatching:eTjetMin = %f"%PYTHIA8_qCut #This is 20 in the Pythia default, it should be <= qCut + "JetMatching:eTjetMin = %f"%PYTHIA8_qCut, #This is 20 in the Pythia default, it should be <= qCut "SpaceShower:rapidityOrder = off", # FxFx + A14 prescription "SpaceShower:pTmaxFudge = 1.0", # FxFx + A14 prescription ] diff --git a/504xxx/504688/Pythia8_i/Pythia8_FxFx_A14mod.py b/504xxx/504688/Pythia8_i/Pythia8_FxFx_A14mod.py index 2c5a4d00c9..9aa2ce5583 100644 --- a/504xxx/504688/Pythia8_i/Pythia8_FxFx_A14mod.py +++ b/504xxx/504688/Pythia8_i/Pythia8_FxFx_A14mod.py @@ -28,7 +28,7 @@ genSeq.Pythia8.Commands += ["JetMatching:merge = on", "JetMatching:jetAlgorithm = 2", #explicit setting of kt-merging for FxFx (also imposed by Py8-FxFx inteface) "JetMatching:slowJetPower = 1", #explicit setting of kt-merging for FxFx (also imposed by Py8-FxFx inteface) "JetMatching:nQmatch = 5", #4 corresponds to 4-flavour scheme (no matching of b-quarks), 5 for 5-flavour scheme - "JetMatching:eTjetMin = %f"%PYTHIA8_qCut #This is 20 in the Pythia default, it should be <= qCut + "JetMatching:eTjetMin = %f"%PYTHIA8_qCut, #This is 20 in the Pythia default, it should be <= qCut "SpaceShower:rapidityOrder = off", # FxFx + A14 prescription "SpaceShower:pTmaxFudge = 1.0", # FxFx + A14 prescription ] -- GitLab