diff --git a/Reconstruction/RecoAlgs/IsolationAlgs/python/IsoGetter.py b/Reconstruction/RecoAlgs/IsolationAlgs/python/IsoGetter.py
index 747fbdd8ff69baf3248f51da3685d77639922ff0..31e17ca4f58bef2eff98aa9ad754f62d5b4f5246 100644
--- a/Reconstruction/RecoAlgs/IsolationAlgs/python/IsoGetter.py
+++ b/Reconstruction/RecoAlgs/IsolationAlgs/python/IsoGetter.py
@@ -150,7 +150,7 @@ def configureEDCorrection(tool):
 
 from CaloIdentifier import SUBCALO 
 from IsolationTool.IsolationToolConf import xAOD__CaloIsolationTool, xAOD__TrackIsolationTool
-CaloIsolationTool = ToolFactory(xAOD__CaloIsolationTool,name = "MyCaloIsolationTool",
+CaloIsolationTool = ToolFactory(xAOD__CaloIsolationTool,name = "CaloIsolationTool",
                                 postInit                        = [configureEDCorrection],
                                 CaloFillRectangularClusterTool  = CaloFillRectangularCluster,
                                 ClustersInConeTool              = CaloClustersInConeTool,
@@ -166,7 +166,7 @@ from AthenaCommon import CfgMgr
 tit = CfgMgr.xAOD__TrackIsolationTool('TrackIsolationTool')
 tit.TrackSelectionTool.maxZ0SinTheta = 3
 tit.TrackSelectionTool.minPt         = 1000
-tit.TrackSelectionTool.CutLevel      = "TightPrimary"
+tit.TrackSelectionTool.CutLevel      = "Loose"
 
 import ROOT, PyCintex
 # Need to be sure base dict is loaded first.