- Sep 16, 2017
-
-
Scott Snyder authored
Add missing const qualifier. Former-commit-id: 8ccf46f2
-
- Sep 15, 2017
-
-
John Baines authored
Former-commit-id: a4ddb91b
-
John Baines authored
Former-commit-id: e2c55e47
-
Scott Snyder authored
Private data members should start with m_. Former-commit-id: 2263c0ce
-
Scott Snyder authored
clang warnings: unused members, header guard mismatch. Some unused members commented out rather than deleted because they are referenced in existing commented-out code. Former-commit-id: d309cbe0
-
Scott Snyder authored
Add const qualifier needed to compile with DataVector once the const_iterator bug is fixed. Former-commit-id: 1ac3d202
-
Scott Snyder authored
clang warnings: missing override keywords, unused member. Former-commit-id: 65fdc641
-
- Sep 14, 2017
-
-
scott snyder authored
Compilation warning: Variable-length arrays are not standard C++. Former-commit-id: 21cc9b1f
-
Former-commit-id: 95f990a5
-
- Sep 13, 2017
-
-
scott snyder authored
Add missing link dependency. Fixes dbg build failure. Former-commit-id: 0b417bb1
-
- Sep 12, 2017
-
-
Adam Edward Barton authored
Former-commit-id: 49c672b0
-
Update exec_athena_art_trigger_validation.sh to send athena output to the grid log See merge request !4442 Former-commit-id: c843d332
-
BunchCrossingTool Run 2 Defaults Update, 21.0 branch, (2017.09.11.) See merge request !4567 Former-commit-id: c898a9a0
-
- Sep 11, 2017
-
-
Scott Snyder authored
Fix tests for unconfigured TrigTimerSvc handles. Former-commit-id: 7fb9648d
-
Scott Snyder authored
Check whether TrigTimerSvc handle has been configured before accessing it. Former-commit-id: d75cb0f6
-
Former-commit-id: ed571683
-
Frank Winklmeier authored
Thanks to atlas/Gaudi!149 and atlas/athena!4537, we can now define empty ToolHandles in header files as well. Other changes: - Update doxygen - Allow 'list' in labels argument to defineHistogram - Add 2D histogram example to AthExMonitored Former-commit-id: 1ce9fb13
-
- Sep 10, 2017
-
-
Scott Snyder authored
Private data members should start with m_. Local variables should not start with m_. Use ATH_MSG_ macros in some places. Former-commit-id: 9c38eb3e
-
- Sep 08, 2017
-
-
Frank Winklmeier authored
Apparently "append" and "+=" are not equivalent for ToolHandleArrays. Former-commit-id: 6023e4cb
-
Scott Snyder authored
Private data members should start with m_. Identifiers should not start with underscores. Switch to using ATH_MSG macros in a few places. Former-commit-id: 519267e6
-
Scott Snyder authored
Local variables should not start with m_. Former-commit-id: 5ea96852
-
- Sep 07, 2017
-
-
Former-commit-id: 9e8e4dc2
-
Adam Edward Barton authored
Former-commit-id: 4e69d198
-
- Sep 06, 2017
-
-
Scott Snyder authored
clang warning: unused variable. Former-commit-id: cd4072cf
-
scott snyder authored
Compilation warning: initialization ordering. Former-commit-id: 6539346f
-
- Sep 05, 2017
-
-
Scott Snyder authored
Former-commit-id: 1dd400ba
-
Scott Snyder authored
clang warning: fabsf() used with a double arg. Use std::abs instead. Former-commit-id: 421ade68
-
Scott Snyder authored
clang warnings: unused members. Former-commit-id: 491b2249
-
Scott Snyder authored
clang warning: unused variable. Former-commit-id: efb68882
-
Scott Snyder authored
Protected data members should start with m_. Former-commit-id: f8788f59357559e7c6819ebc350eb42eae2a8963
-
Scott Snyder authored
Protected data members should start with m_. Former-commit-id: 4bcd60f4c1d1b0c698187028fd271457180120ca
-
Scott Snyder authored
Protected data members should start with m_. Former-commit-id: 854bfff8
-
- Sep 04, 2017
-
-
Stewart Martin-Haugh authored
Former-commit-id: 97ac9660
-
Stewart Martin-Haugh authored
Former-commit-id: bd5311d6
-
- Sep 03, 2017
-
-
Scott Snyder authored
Using directives should not be in the global namespace in headers. Also add a few missing virtual keywords. Former-commit-id: e15d09b2
-
- Sep 02, 2017
-
-
Remove return statement from new TriggerTest ART tests. See merge request !4311 Former-commit-id: 4d1db260
-
- Sep 01, 2017
-
-
Scott Snyder authored
Fix operator precedence issue. Should not actually change results. Former-commit-id: d973debb
-
Scott Snyder authored
Classes with virtual methods should have virtual destructors. Former-commit-id: cf5fe350
-
Scott Snyder authored
A long-standing bug in DataVector has allowed getting non-const pointers from a const_iterator. This package was relying on this to compile. Fix by using ConstDataVector. Also, one should generally not have an aux store for a view container; fix that too. Former-commit-id: 0c57cf2c
-
Shota Hayashida authored
I added and changed as below. changed 352:INFO->DEBUG changed 360:DEBUG->ERROR changed 363:INFO->DEBUG changed 378:DEBUG->ERROR changed 381:INFO->DEBUG changed 384:INFO->DEBUG added 433:ATH_MSG_DEBUG("hltExecute called"); changed 457:INFO->DEBUG Former-commit-id: 165b85ea
-