Skip to content
Snippets Groups Projects
Commit 27e8edf4 authored by Jean-Baptiste De Vivie De Regie's avatar Jean-Baptiste De Vivie De Regie Committed by Graeme Stewart
Browse files

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
parent 6717dbd3
No related merge requests found
......@@ -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.
......
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