Skip to content

Master InDet config fixes

Edward Moyse requested to merge emoyse/athena:master-InDetConfigFixes into master

In the reconstruction meeting last week the following error was reported:

RAWtoESD 15:14:19 raise 
ConfigurationError("ComponentAccumulator.setPrivateTools accepts only 
ConfigurableAlgTools or lists of ConfigurableAlgTools. Encountered {} 
".format(type(privTool)))

This should fix this (the problem was that ROIInfoVecAlg is not a tool). Since ROIInfoVecAlg is also not a CondAlg, I renamed the method.

Tested with q4321 and preExec = ['jobproperties.InDetJobProperties.useNewConfig=True']

Ping @mhodgkin @goetz

Edited by Edward Moyse

Merge request reports