Skip to content
Snippets Groups Projects
Commit 4fb5dea6 authored by Johannes Junggeburth's avatar Johannes Junggeburth :dog2:
Browse files

Typo

Former-commit-id: e2c61f5980f9eb987ef755483285e71f23ddf79b
parent 47b42aa9
No related branches found
No related tags found
No related merge requests found
......@@ -201,7 +201,7 @@ def getJetCleaningTool(cleaningLevel):
jetcleaningtool = getattr(ToolSvc,jetcleaningtoolname)
else:
jetcleaningtool = CfgMgr.JetCleaningTool(jetcleaningtoolname,CutLevel=cleaningLevel)
jetcleaningtoo.UseDecorations = False
jetcleaningtool.UseDecorations = False
ToolSvc += jetcleaningtool
return jetcleaningtool
......
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