AFP_Digitization: Fix ubsan warning.
We get ubsan warnings from AFP_PileUpTool because the instance is too large. Resolve by changing the large arrays into std::vector.
GitLab jobs artifacts no longer stored forever as of Monday, November 4th 08:30h. Further information under https://cern.ch/otg0152576
We get ubsan warnings from AFP_PileUpTool because the instance is too large. Resolve by changing the large arrays into std::vector.