From 27e8edf43b657f6876580d54edb2a5997f4666af Mon Sep 17 00:00:00 2001
From: Jean-Baptiste De Vivie De Regie <devivie@lal.in2p3.fr>
Date: Tue, 10 Mar 2015 18:07:38 +0100
Subject: [PATCH] change tool name and track selection (IsolationAlgs-00-01-19)

	* Change the name of the CaloIsolationTool and the track selection (TightPrimary --> Loose)
	* tagging as IsolationAlgs-00-01-19
---
 Reconstruction/RecoAlgs/IsolationAlgs/python/IsoGetter.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Reconstruction/RecoAlgs/IsolationAlgs/python/IsoGetter.py b/Reconstruction/RecoAlgs/IsolationAlgs/python/IsoGetter.py
index 747fbdd8ff6..31e17ca4f58 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.
-- 
GitLab