From ae8879e108d2aed5cbce3e4e677e0a9652328fa8 Mon Sep 17 00:00:00 2001
From: Miha Muskinja <miha.muskinja@cern.ch>
Date: Fri, 14 Jul 2023 15:41:57 +0200
Subject: [PATCH] make 410470 the default also for Pythia8

make 410470 the default also for Pythia8
---
 .../python/GeneratorAnalysisSequence.py                      | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/python/GeneratorAnalysisSequence.py b/PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/python/GeneratorAnalysisSequence.py
index 36c152d9f7c4..83541b0f5a4b 100644
--- a/PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/python/GeneratorAnalysisSequence.py
+++ b/PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/python/GeneratorAnalysisSequence.py
@@ -31,9 +31,8 @@ def makeGeneratorAnalysisSequence( dataType,
         raise ValueError ("invalid generator type: " + generator)
 
     # MC/MC scale factors configuration
-    if generator == "default":
-        DSID = "410470"
-    elif generator == "Sherpa221":
+    DSID = "410470"
+    if generator == "Sherpa221":
         DSID = "410250"
     elif generator == "Sherpa228":
         DSID = "421152"
-- 
GitLab