16 Try to get the underlying ROOT tool, if needed.
19 theTool = theTool.getRootTool()
21 except AttributeError :
30 Get all provided properties and overwrite the default values with them
34 if hasattr( theTool, key ):
35 setattr( theTool, key, kw[key] )
38 print (
"(SetToolProperties) ERROR: Could NOT find property %s for tool with name %s" % (key, theTool.getName()))