diff --git a/Simulation/ISF/ISF_Core/FaserISF_Services/python/FaserISF_ServicesConfigNew.py b/Simulation/ISF/ISF_Core/FaserISF_Services/python/FaserISF_ServicesConfigNew.py index 41cdb42178c14f427d7c9bca447419b481160315..829b0df04de5615d1509b7dbe741c410ef6b41df 100644 --- a/Simulation/ISF/ISF_Core/FaserISF_Services/python/FaserISF_ServicesConfigNew.py +++ b/Simulation/ISF/ISF_Core/FaserISF_Services/python/FaserISF_ServicesConfigNew.py @@ -65,11 +65,9 @@ def FaserTruthServiceCfg(ConfigFlags, name="FaserISF_TruthService", **kwargs): # acc2= FaserDipoleTruthStrategyCfg(ConfigFlags) # kwargs.setdefault('TruthStrategies',[result.popToolsAndMerge(acc), result.popToolsAndMerge(acc2)]) acc = TruthStrategyGroupCfg(ConfigFlags) - kwargs.setdefault('TruthStrategies', [result.popToolsAndMerge(acc)]) - # FaserNu hack - acc = TrenchStrategyGroupCfg(ConfigFlags) - kwargs.setdefault('TrenchStrategies', [result.popToolsAndMerge(acc)]) + acc2 = TrenchStrategyGroupCfg(ConfigFlags) + kwargs.setdefault('TruthStrategies', [result.popToolsAndMerge(acc), result.popToolsAndMerge(acc2)]) kwargs.setdefault('SkipIfNoChildren', True) kwargs.setdefault('SkipIfNoParentBarcode', True)