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

Merge branch 'master-isoEDConfigFix' into 'master'

fix IsoGetter ED configuration

See merge request atlas/athena!14735
parents b206f124 65a79233
No related branches found
No related tags found
No related merge requests found
......@@ -82,9 +82,13 @@ def configureEDCorrection(tool):
try:
from AthenaCommon.AppMgr import ToolSvc
from JetRec.JetRecStandard import jtm
from JetRec.JetRecConf import PseudoJetAlgorithm
from EventShapeTools.EventDensityConfig import configEventDensityTool, EventDensityAthAlg
from AthenaCommon.AlgSequence import AlgSequence
topSequence = AlgSequence()
# EMTopo (non-origin corrected) clusters
if not hasattr(topSequence, "pjalg_"+jtm.emget.Label):
topSequence += PseudoJetAlgorithm("pjalg_"+jtm.emget.Label,PJGetter=jtm.emget)
if not hasattr(topSequence,'EDtpIsoCentralAlg'):
tccc = configEventDensityTool("EDtpIsoCentralTool",
inputlabel = jtm.emget.Label,
......
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