diff --git a/InnerDetector/InDetExample/InDetRecExample/share/InDetRecCaloSeededROISelection.py b/InnerDetector/InDetExample/InDetRecExample/share/InDetRecCaloSeededROISelection.py index 76465f4f6ec1b1e5dc45f6706fbfb98b40ad34af..ef322c6b52bae4fdfc8b004ee570c779fe53d714 100644 --- a/InnerDetector/InDetExample/InDetRecExample/share/InDetRecCaloSeededROISelection.py +++ b/InnerDetector/InDetExample/InDetRecExample/share/InDetRecCaloSeededROISelection.py @@ -14,7 +14,7 @@ from egammaCaloTools import egammaCaloToolsConf egammaCaloClusterROISelector = ToolFactory( egammaCaloToolsConf.egammaCaloClusterSelector, name = 'caloClusterROISelector', egammaCheckEnergyDepositTool = egammaCheckEnergyDepositTool, - EMEtCut = 2200., + EMEtCut = 2250., EMFCut = 0.7, RetaCut = 0.65, HadLeakCut = 0.15 diff --git a/Reconstruction/egamma/egammaAlgs/python/egammaSelectedTrackCopy.py b/Reconstruction/egamma/egammaAlgs/python/egammaSelectedTrackCopy.py index 20bde4b91dc501dee1f874823fb5e0d87fddba63..8de23bed129368bf8f86508c96ae7aac68a92530 100644 --- a/Reconstruction/egamma/egammaAlgs/python/egammaSelectedTrackCopy.py +++ b/Reconstruction/egamma/egammaAlgs/python/egammaSelectedTrackCopy.py @@ -13,13 +13,9 @@ from egammaCaloTools import egammaCaloToolsConf egammaCaloClusterGSFSelector = ToolFactory(egammaCaloToolsConf.egammaCaloClusterSelector, name='caloClusterGSFSelector', - EMEtCut=2200., + EMEtCut=2250., EMEtSplittingFraction = 0.7, - EMFCut=0.5, - # 3x7/7x7=0.429. Below this - # there is more energy outside the - # 3x7 core than inside - RetaCut=0.42 + EMFCut=0.5 ) egammaSelectedTrackCopy = AlgFactory(egammaAlgsConf.egammaSelectedTrackCopy, diff --git a/Reconstruction/egamma/egammaAlgs/python/egammaSelectedTrackCopyConfig.py b/Reconstruction/egamma/egammaAlgs/python/egammaSelectedTrackCopyConfig.py index 5d3b9562113ed3253ab9caa0536078cedbb933c5..e4f30467c71fbb5c8a7bcb5c247b1c30161f6d87 100644 --- a/Reconstruction/egamma/egammaAlgs/python/egammaSelectedTrackCopyConfig.py +++ b/Reconstruction/egamma/egammaAlgs/python/egammaSelectedTrackCopyConfig.py @@ -19,13 +19,9 @@ def egammaSelectedTrackCopyCfg(flags, name='egammaSelectedTrackCopy', **kwargs): if "egammaCaloClusterSelector" not in kwargs: egammaCaloClusterGSFSelector = egammaCaloClusterSelector(name='caloClusterGSFSelector', - EMEtCut=2200., + EMEtCut=2250., EMEtSplittingFraction = 0.7, - EMFCut=0.5, - # 3x7/7x7=0.429. Below this - # there is more energy outside the - # 3x7 core than inside - RetaCut=0.42 + EMFCut=0.5 ) kwargs["egammaCaloClusterSelector"] = egammaCaloClusterGSFSelector