Skip to content

ITk reco fixes

Thomas Strebler requested to merge tstreble/athena:ITkStripConfig_fix into master

This MR fixes a few crashes introduced in the ITk tracking reconstruction following recent MRs, namely:

  • reintroducing the SCTSiLorentzAngleCondAlg instead of StripSiLorentzAngleCondAlg, which doesn't exist yet (following !47745 (merged))
  • reintroducing the SCTSiPropertiesCondAlg instead of ITkStripSiPropertiesCondAlg, which doesn't exist yet (following !47745 (merged))
  • adding the relevant CA-config necessary to produce ITkPixelDetectorElementCollection (following !47326 (merged), not clear why it wasn't a problem before the MR)
  • temporarily disabling the building of the HGTD tracking geometry, as it is not yet available in the database (following !47198 (merged))

The following warning is also fixed

RAWtoALL 21:16:20 Py:ComponentAccumulator WARNING Overwriting primary component of this CA. Was GeoModelSvc/GeoModelSvc, now InDet::PixelGangedAmbiguitiesFinder/ITkPixelGangedAmbiguitiesFinder

FYI @tadej @ncalace @nstyles @pagessin @lgagnon

Edited by Thomas Strebler

Merge request reports