merge xAOD::ReturnCode into StatusCode, migrate all users
This has been a long time coming, but one of the reasons for having AsgMessaging as a separate package from AsgTools is to allow xAODRootAccess to depend on it and use the same status codes and messaging as the rest of analysis base. This should take part of the former. I had to add the RECOVERABLE code to the main status code, but since that is also part of the Gaudi StatusCode that seems like a reasonable change/extension. Apart from that this is mostly a global search replace to move all users from TReturnCode to StatusCode, but apart from fixing up a couple of places related to the status code itself I did not try to fix/improve any code in the process. Note that this also revealed a number of tests that failed because they used RETURN_CHECK() incorrectly. This commit doesn't try to address that.
parent
3f933dae
No related branches found
No related tags found
Showing
- Control/AthToolSupport/AsgExampleTools/test/gt_AnaCheck.cxx 1 addition, 1 deletionControl/AthToolSupport/AsgExampleTools/test/gt_AnaCheck.cxx
- Control/AthToolSupport/AsgMessaging/AsgMessaging/StatusCode.h 17 additions, 2 deletions...rol/AthToolSupport/AsgMessaging/AsgMessaging/StatusCode.h
- Control/AthToolSupport/AsgMessaging/Root/StatusCode.cxx 6 additions, 0 deletionsControl/AthToolSupport/AsgMessaging/Root/StatusCode.cxx
- Control/AthToolSupport/AsgMessaging/test/ut_MessageCheck.cxx 1 addition, 2 deletionsControl/AthToolSupport/AsgMessaging/test/ut_MessageCheck.cxx
- Control/DataModelTest/DataModelRunTests/share/xAODRootTest.py 1 addition, 1 deletion...rol/DataModelTest/DataModelRunTests/share/xAODRootTest.py
- Control/DataModelTest/DataModelRunTests/share/xAODRootTestRead_t.py 1 addition, 1 deletion...taModelTest/DataModelRunTests/share/xAODRootTestRead_t.py
- Control/xAODDataSource/test/dataFrameElementLink_test.cxx 6 additions, 1 deletionControl/xAODDataSource/test/dataFrameElementLink_test.cxx
- Control/xAODDataSource/test/dataFrameTypeConversion_test.cxx 6 additions, 1 deletionControl/xAODDataSource/test/dataFrameTypeConversion_test.cxx
- Control/xAODDataSource/test/dataFrame_test.cxx 6 additions, 1 deletionControl/xAODDataSource/test/dataFrame_test.cxx
- Control/xAODDataSource/test/dataSourceEvent_test.cxx 6 additions, 2 deletionsControl/xAODDataSource/test/dataSourceEvent_test.cxx
- Control/xAODDataSource/test/dataSource_test.cxx 6 additions, 1 deletionControl/xAODDataSource/test/dataSource_test.cxx
- Control/xAODDataSource/test/helpers.h 0 additions, 11 deletionsControl/xAODDataSource/test/helpers.h
- Control/xAODRootAccess/CMakeLists.txt 4 additions, 6 deletionsControl/xAODRootAccess/CMakeLists.txt
- Control/xAODRootAccess/Root/Init.cxx 5 additions, 5 deletionsControl/xAODRootAccess/Root/Init.cxx
- Control/xAODRootAccess/Root/LinkDef.h 0 additions, 2 deletionsControl/xAODRootAccess/Root/LinkDef.h
- Control/xAODRootAccess/Root/TAuxStore.cxx 50 additions, 50 deletionsControl/xAODRootAccess/Root/TAuxStore.cxx
- Control/xAODRootAccess/Root/TEvent.cxx 131 additions, 131 deletionsControl/xAODRootAccess/Root/TEvent.cxx
- Control/xAODRootAccess/Root/TEventProxyDict.cxx 2 additions, 13 deletionsControl/xAODRootAccess/Root/TEventProxyDict.cxx
- Control/xAODRootAccess/Root/TFileChecker.cxx 15 additions, 15 deletionsControl/xAODRootAccess/Root/TFileChecker.cxx
- Control/xAODRootAccess/Root/TFileMerger.cxx 65 additions, 65 deletionsControl/xAODRootAccess/Root/TFileMerger.cxx
Loading
Please register or sign in to comment