13 from __future__
import print_function
17 Try to get the underlying ROOT tool, if needed.
20 theTool = theTool.getRootTool()
22 except AttributeError :
31 Get all provided properties and overwrite the default values with them
35 if hasattr( theTool, key ):
36 setattr( theTool, key, kw[key] )
39 print (
"(SetToolProperties) ERROR: Could NOT find property %s for tool with name %s" % (key, theTool.getName()))