From 829f1889b48542c214776307227222d19696565e Mon Sep 17 00:00:00 2001 From: mmusich Date: Wed, 19 Jul 2023 08:48:56 +0200 Subject: [PATCH] support hltMergedTracks in common track selection and refitting sequence --- .../CommonAlignment/python/tools/trackselectionRefitting.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Alignment/CommonAlignment/python/tools/trackselectionRefitting.py b/Alignment/CommonAlignment/python/tools/trackselectionRefitting.py index 064c6d9418fb1..948f56d12aee0 100644 --- a/Alignment/CommonAlignment/python/tools/trackselectionRefitting.py +++ b/Alignment/CommonAlignment/python/tools/trackselectionRefitting.py @@ -147,7 +147,8 @@ def getSequence(process, collection, if collection in ("ALCARECOTkAlMinBias", "generalTracks", "ALCARECOTkAlMinBiasHI", "hiGeneralTracks", - "ALCARECOTkAlJetHT", "ALCARECOTkAlDiMuonVertexTracks"): + "ALCARECOTkAlJetHT", "ALCARECOTkAlDiMuonVertexTracks", + "hltMergedTracks"): options["TrackSelector"]["Alignment"].update({ "ptMin": 1.0, "pMin": 8.,