Skip to content
Snippets Groups Projects
Commit ec3eda32 authored by Jovan Mitrevski's avatar Jovan Mitrevski
Browse files

fix IsoGetter ED configuration

Former-commit-id: 65a79233
parent 0dcf7875
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