From 29c69bda71a9828b0df9780cbdf0db82a4da9227 Mon Sep 17 00:00:00 2001 From: Sebastien Ponce <sebastien.ponce@cern.ch> Date: Thu, 19 Nov 2020 16:29:32 +0100 Subject: [PATCH] Adapted to (semi)functional (Un)PackCaloHypo --- Phys/Tesla/python/Tesla/Configuration.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Phys/Tesla/python/Tesla/Configuration.py b/Phys/Tesla/python/Tesla/Configuration.py index 98efb0b66..225406d5e 100644 --- a/Phys/Tesla/python/Tesla/Configuration.py +++ b/Phys/Tesla/python/Tesla/Configuration.py @@ -603,8 +603,6 @@ class Tesla(LHCbConfigurableUser): TeslaReportAlgoSeq.Members +=[packer] hypopacker = PackCaloHypos( name = "PackCaloHypos", - AlwaysCreateOutput = True, - DeleteInput = False, OutputLevel = self.getProp('OutputLevel'), InputName = self.base+"CaloHypos", OutputName = self.base+"pRec/neutral/Hypos" ) -- GitLab