'CMakeLists.txt' (AthenaMonitoring-02-03-01)
2016-03-30 scott snyder <snyder@bnl.gov> * Tagging AthenaMonitoring-02-03-01. * Coverity 12548, 13134, 106180, 12394, 30123, 30200-30207. * Tagging AthenaMonitoring-02-03-00. * Moving to replace access to protected members with calls to functions (and clean up naming convention violations in the process). For each (currently) protected flag variable X, change it to a private member m_X and introduce an accessor function XFlag(). For backwards compatibility, also add a member X which shadows the value of m_X; this is public (to avoid naming convention warnings) but marked as deprecated.
Showing
- Control/AthenaMonitoring/AthenaMonitoring/AthenaMon.h 1 addition, 1 deletionControl/AthenaMonitoring/AthenaMonitoring/AthenaMon.h
- Control/AthenaMonitoring/AthenaMonitoring/ManagedMonitorToolBase.h 41 additions, 20 deletions...thenaMonitoring/AthenaMonitoring/ManagedMonitorToolBase.h
- Control/AthenaMonitoring/CMakeLists.txt 44 additions, 0 deletionsControl/AthenaMonitoring/CMakeLists.txt
- Control/AthenaMonitoring/python/DQMonFlags.py 1 addition, 1 deletionControl/AthenaMonitoring/python/DQMonFlags.py
- Control/AthenaMonitoring/share/AtlasReadyFilterTool_jobOptions.py 0 additions, 2 deletions...AthenaMonitoring/share/AtlasReadyFilterTool_jobOptions.py
- Control/AthenaMonitoring/share/DQMonFlagsConfig_jobOptions.py 20 additions, 69 deletions...rol/AthenaMonitoring/share/DQMonFlagsConfig_jobOptions.py
- Control/AthenaMonitoring/share/DataQualitySteering_jobOptions.py 3 additions, 3 deletions.../AthenaMonitoring/share/DataQualitySteering_jobOptions.py
- Control/AthenaMonitoring/src/AthenaMonManager.cxx 4 additions, 1 deletionControl/AthenaMonitoring/src/AthenaMonManager.cxx
- Control/AthenaMonitoring/src/ManagedMonitorToolBase.cxx 67 additions, 56 deletionsControl/AthenaMonitoring/src/ManagedMonitorToolBase.cxx
- Control/AthenaMonitoring/src/ManagedMonitorToolTest.cxx 6 additions, 6 deletionsControl/AthenaMonitoring/src/ManagedMonitorToolTest.cxx
Loading
Please register or sign in to comment