Skip to content
Snippets Groups Projects
Commit 1ca54864 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'Remove_Reta_from_egamma' into 'master'

egammaSelectedTrackCopy : Try to see if we can  close ATLASRECTS-4772

Closes ATLASRECTS-4772

See merge request !30542
parents a628079c c52f5b3d
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!30542egammaSelectedTrackCopy : Try to see if we can close ATLASRECTS-4772
......@@ -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
......
......@@ -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,
......
......@@ -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
......
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