From b38b36152ca2ae08b6010c40459ccdca306fb766 Mon Sep 17 00:00:00 2001 From: Leonhard Reichenbach Date: Tue, 28 May 2024 14:24:04 +0200 Subject: [PATCH] Deactivate LCFIPlus for now --- CLDConfig/CLDReconstruction.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CLDConfig/CLDReconstruction.py b/CLDConfig/CLDReconstruction.py index ef5b1aa..8f958e8 100644 --- a/CLDConfig/CLDReconstruction.py +++ b/CLDConfig/CLDReconstruction.py @@ -123,7 +123,8 @@ if not reco_args.trackingOnly: sequenceLoader.load("HighLevelReco/PFOSelector") sequenceLoader.load("HighLevelReco/JetClusteringOrRenaming") - sequenceLoader.load("HighLevelReco/JetAndVertex") + # FIXME: LCFIPlus causes occasional breakage: https://github.com/lcfiplus/LCFIPlus/issues/69 + # sequenceLoader.load("HighLevelReco/JetAndVertex") # event number processor, down here to attach the conversion back to edm4hep to it algList.append(EventNumber)