Add ATLAS_CHECK_THREAD_SAFETY to PixelConditionsData with fixing constness issues.
- In order to confirm and keep thread safety of the PixelConditionsData package, ATLAS_CHECK_THREAD_SAFETY file was added.
- Some changes were necessary
- Add
constto getter methods - Add
constto return type of const methods - Prepare both
constand non-constgetter methods if necessary - Add
constto astaticvariable
- Add
- Results should not be changed.
- RunTier0Tests.py was fine. RunTier0Tests.log
- No JIRA ticket
Edited by Susumu Oda