Skip to content

Upgrade tracking pr hit manager no pointers

Convert the private members of PrHitManager from vector< unique_ptr< vector < PrHit > > , vector< unique_ptr > to array< vector, NFTZones> , array< PrHitZone, NFTZones > (baseline change for the future branch to load hits in TES through the AnyDataHandle) @adudziak @graven @tnikodem

Merge request reports