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