Skip to content
Snippets Groups Projects
Commit d28730ca authored by Riccardo Longo's avatar Riccardo Longo
Browse files

Removed a round of parenthesis not needed

parent e501390e
No related branches found
No related tags found
No related merge requests found
...@@ -131,7 +131,7 @@ def MakeSubtractionTool(shapeKey, moment_name='', momentOnly=False, **kwargs) : ...@@ -131,7 +131,7 @@ def MakeSubtractionTool(shapeKey, moment_name='', momentOnly=False, **kwargs) :
from HIEventUtils.HIEventUtilsConf import HIEventShapeMapTool from HIEventUtils.HIEventUtilsConf import HIEventShapeMapTool
map_tool=HIEventShapeMapTool() map_tool=HIEventShapeMapTool()
subtr=HIJetConstituentSubtractionTool(("HICS_"+suffix)) subtr=HIJetConstituentSubtractionTool("HICS_"+suffix)
subtr.EventShapeKey=shapeKey subtr.EventShapeKey=shapeKey
subtr.Modulator=mod_tool subtr.Modulator=mod_tool
subtr.MomentName='JetSubtractedScale%sMomentum' % moment_name subtr.MomentName='JetSubtractedScale%sMomentum' % moment_name
......
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