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. Former-commit-id: 9054008a
Loading
Please register or sign in to comment
DataVector<T>::value_type is T*. But we need the converter functions to take a const T*. Update to add this const qualifier. Former-commit-id: 9054008a