From 1b999b5552b709685682215eb41a74e610e52674 Mon Sep 17 00:00:00 2001 From: Pavol Strizenec Date: Tue, 15 Oct 2019 20:16:42 +0200 Subject: [PATCH] fix LArFebErrorSummaryMaker --- LArCalorimeter/LArROD/python/LArFebErrorSummaryMakerConfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LArCalorimeter/LArROD/python/LArFebErrorSummaryMakerConfig.py b/LArCalorimeter/LArROD/python/LArFebErrorSummaryMakerConfig.py index 1918ae4352e..c5dff81cb69 100644 --- a/LArCalorimeter/LArROD/python/LArFebErrorSummaryMakerConfig.py +++ b/LArCalorimeter/LArROD/python/LArFebErrorSummaryMakerConfig.py @@ -14,7 +14,7 @@ def LArFebErrorSummaryMakerCfg(configFlags): #from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator acc = LArBadFebCfg(configFlags) - acc.addEventAlgo(LArFebErrorSummaryMaker()) + acc.addEventAlgo(febSummaryMaker) return acc -- GitLab