Skip to content
Snippets Groups Projects
Commit 196a98d7 authored by Siarhei Harkusha's avatar Siarhei Harkusha
Browse files

TileRecUtils: Fix Tile cell maker configuration for Run3

Calo cell container checker tool has been configured correctly
in new style Tile cell maker configuration for run 3.
parent f3186dbd
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ def CaloCellContainerCheckerToolCfg(flags): ...@@ -22,7 +22,7 @@ def CaloCellContainerCheckerToolCfg(flags):
from TileGeoModel.TileGMConfig import TileGMCfg from TileGeoModel.TileGMConfig import TileGMCfg
acc.merge(TileGMCfg(flags)) acc.merge(TileGMCfg(flags))
from CaloCellCorrection.CaloCellCorrectionConf import CaloCellContainerCheckerTool from CaloRec.CaloRecConf import CaloCellContainerCheckerTool
acc.setPrivateTools( CaloCellContainerCheckerTool() ) acc.setPrivateTools( CaloCellContainerCheckerTool() )
return acc return acc
...@@ -93,7 +93,7 @@ def TileCellMakerCfg(flags, **kwargs): ...@@ -93,7 +93,7 @@ def TileCellMakerCfg(flags, **kwargs):
cellMakerTools += [caloCellNeighborsAverageCorrection] cellMakerTools += [caloCellNeighborsAverageCorrection]
caloCellContainerChecker = acc.popToolsAndMerge( CaloCellNeighborsAverageCorrCfg(flags) ) caloCellContainerChecker = acc.popToolsAndMerge( CaloCellContainerCheckerToolCfg(flags) )
cellMakerTools += [caloCellContainerChecker] cellMakerTools += [caloCellContainerChecker]
cellMakerAlg = CaloCellMaker(name = name, CaloCellMakerToolNames = cellMakerTools, cellMakerAlg = CaloCellMaker(name = name, CaloCellMakerToolNames = cellMakerTools,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment