Check conditions access (ATR-20772)
The conditions access is centralized either
InnerDetector/InDetExample/InDetRecExample/share/InDetRecConditionsAccess.py
or
InnerDetector/InDetExample/InDetTrigRecExample/python/InDetTrigConfigConditions.py
Not sure if statement of DetFlags.haveRIO.pixel_on():
in InDetRecConditionsAccess.py is necessary.
Current implementation is to remove this if statement, so that any job go through the conditions access.
I'm not sure this causes a problem. But with this change, I guess PhysVal code works.