Backport to 24.0: Adjust AFPTrack to set nHoles to be unsigned int to avoid conflict (Merge branch 'bkerridg_afpedmchange' into 'main')
Backporting MR !71402 (merged): "Adjust AFPTrack to set nHoles to be unsigned int to avoid conflict" to consolidate EDM changes between main
and 24.0
(ATR-29410)
Description
Conflict created for nHoles when adding ACTS to the trigger.
Produces the following exception:
EDMCreatorAlg 0 0 ERROR SG::excauxtypemismatch: Type mismatch for aux variable
::nHoles' (1323); old type is unsigned int new type is int. Old allocator type is std::allocator new allocator type is std::allocator`
See merge request !71402 (merged)