Master InDet config fixes
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']
Edited by Edward Moyse