ITk reco fixes
This MR fixes a few crashes introduced in the ITk tracking reconstruction following recent MRs, namely:
- reintroducing the
SCTSiLorentzAngleCondAlg
instead ofStripSiLorentzAngleCondAlg
, which doesn't exist yet (following !47745 (merged)) - reintroducing the
SCTSiPropertiesCondAlg
instead ofITkStripSiPropertiesCondAlg
, 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
Edited by Thomas Strebler