fix const-ness of AnaReentrantAlgorithm::execute()
That function should obviously be const to match Athena, but it is not. Most likely this is just a copy-paste error when I first created the class from AnaReentrantAlgorithm.
GitLab jobs artifacts no longer stored forever as of Monday, November 4th 08:30h. Further information under https://cern.ch/otg0152576
That function should obviously be const to match Athena, but it is not. Most likely this is just a copy-paste error when I first created the class from AnaReentrantAlgorithm.