diff --git a/TileCalorimeter/TileRecUtils/python/TileCellMakerConfig.py b/TileCalorimeter/TileRecUtils/python/TileCellMakerConfig.py
index 100de3170fd937de147ffa1b95cdec60f396b9d3..34f45072ddf787bebbabeab523033ee0f9afa7d2 100644
--- a/TileCalorimeter/TileRecUtils/python/TileCellMakerConfig.py
+++ b/TileCalorimeter/TileRecUtils/python/TileCellMakerConfig.py
@@ -22,7 +22,7 @@ def CaloCellContainerCheckerToolCfg(flags):
     from TileGeoModel.TileGMConfig import TileGMCfg
     acc.merge(TileGMCfg(flags))
 
-    from CaloCellCorrection.CaloCellCorrectionConf import CaloCellContainerCheckerTool
+    from CaloRec.CaloRecConf import CaloCellContainerCheckerTool
     acc.setPrivateTools( CaloCellContainerCheckerTool() )
 
     return acc
@@ -93,7 +93,7 @@ def TileCellMakerCfg(flags, **kwargs):
         cellMakerTools += [caloCellNeighborsAverageCorrection]
 
 
-    caloCellContainerChecker = acc.popToolsAndMerge( CaloCellNeighborsAverageCorrCfg(flags) )
+    caloCellContainerChecker = acc.popToolsAndMerge( CaloCellContainerCheckerToolCfg(flags) )
     cellMakerTools += [caloCellContainerChecker]
 
     cellMakerAlg = CaloCellMaker(name = name, CaloCellMakerToolNames = cellMakerTools,