Fix run time error in Acts Seeding
Fit MR addresses the following items:
- Fixes a runtime error resulting from adoption of new ACTS tag.
Error (from
boost/container/detail/next_capacity.hpp
):get_next_capacity, allocator's max_size reached
- Adds new properties to the grid configuration that were not propagated from Acts Core to Athena (there may be others but I postpone a full check on a later MR)
- Adds these "new" properties to the JO
This however shows we do need a dedicated CI test for this package. Will not be covered in this MR