AthenaMonitoring: const fix.
DataVector<T>::value_type is T*. But we need the converter functions to take a const T*. Update to add this const qualifier.
Please register or sign in to comment
GitLab service scheduled maintenance on Friday, March 21st 2025 as of 08h00 Geneva time for an estimated period of 1 hour. Further information under OTG0154918.
DataVector<T>::value_type is T*. But we need the converter functions to take a const T*. Update to add this const qualifier.