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

Set the property to false as suggested by TJ

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