Skip to content

InDetRecExample+RecExCommon: Fix configuration for q220.

InDetFlags.doTIDE_Ambi gets turned off for cosmic configurations in InDetJobProperties.py. When this is done, the new-style configuration flag ConfigFlags.InDet.doTIDE_Ambi also needs to be changed consistently.

We were doing that in InDetJobProperties.py when the InDetFlags one gets changed. However, now that the new flags are being locked in RecExCommon_topOptions.py, this is now too late.

Add logic to RecExCommon_topOptions.py to turn off ConfigFlags.InDet.doTIDE_Ambi for cosmics, and remove this logic from InDetJobProperties.py.

Fixes q220 crash.

Merge request reports