Skip to content

removing reserve statements in LArDigitization to avoid tying memory; addresses ATLASSIM-2657

Tommaso Lari requested to merge tlari/athena:LarDigiReserve8 into main

I don't see an obvious reason to reserve space for the two vectors, since they are filled as needed afterwards; but to be sure I ran the ART Overlay test after commenting the instructions and got an identical output as before (checked with diff-root).

Tagging @wlampl

Merge request reports