- May 22, 2019
-
-
scott snyder authored
Use the new const interfaces of IPRD_AssociationTool to avoid calling non-const functions through a const ToolHandle.
-
- May 21, 2019
-
-
Original TrackSummary is copied if TrackSummaryTool is not found and TrackSummary is available. if-else style is unified in a part of the code.
-
- May 20, 2019
-
-
scott snyder authored
clang warning: unused local typedef.
-
-
- May 19, 2019
-
-
scott snyder authored
clang warning: unused variable.
-
- May 16, 2019
-
-
Emmanuel Le Guirriec authored
-
- May 15, 2019
-
-
scott snyder authored
Don't link against component library CaloTrkMuIdTools.
-
- May 14, 2019
-
-
scott snyder authored
Fix path to PATInterfaces.
-
- May 13, 2019
-
-
scott snyder authored
Make most methods of MuonTPExtrapolationTool const. Needed to fix non-const calls through const ToolHandles.
-
- May 08, 2019
-
-
scott snyder authored
Test has been timing out in recent nightlies.
-
-
- May 06, 2019
-
-
Goetz Gaycken authored
The actual hole search is performed by the ID helper tool. The only purpose of the tool was to toogle the ID hole search on or off. The latter is now handled by a boolean property as is the case for muons.
-
Walter Lampl authored
-
- May 03, 2019
-
-
scott snyder authored
Adjust for headers moved from SGTools to AthenaKernel.
-
- May 01, 2019
-
-
scott snyder authored
Update to work with current master.
-
pliu authored
-
- Apr 29, 2019
-
-
Siarhei Harkusha authored
Tile RUN3 cabling has been introduced. It is different from RUN2a cabling only by absence of E4' cells. To make it explicit that mostly the same RUN2 cabling functionality is used for RUN3 cabling also the corresponding interface has been renamed from RUN2 to RUN2+ (run2plus).
-
Make tools private in - InDetDetailedTrackSelectorTool.cxx - TrackSummaryTool.cxx - KalmanVertexOnJetAxisSmoother.cxx - TrkVKalVrtFitter.cxx Create Cfg methods for new config
-
-
scott snyder authored
Test has been timing out in recent nightlies.
-
scott snyder authored
Test has been timing out in nightlies.
-
- Apr 28, 2019
-
-
scott snyder authored
Update for headers moved from SGTools to AthenaKernel.
-
- Apr 25, 2019
-
-
scott snyder authored
Update for headers moved from SGTools to AthenaKernel.
-
scott snyder authored
Update for headers moved from SGTools to AthenaKernel. Also remove reference to obsolete CxxUtils::make_unique.
-
ATLAS_CHECK_THREAD_SAFETY on InDetV0Finder InDetSVWithMuonTool InDetVKalVxInJetTool JpsiUpsilonTools
-
Adam Edward Barton authored
Address MR Feedback
-
scott snyder authored
Update for headers moved from SGTools to AthenaKernel.
-
scott snyder authored
Update for headers moved from SGTools to AthenaKernel.
-
- Apr 23, 2019
-
-
scott snyder authored
Adjust for headers moved from SGTools to AthenaKernel.
-
scott snyder authored
Adjust for headers moved from SGTools to AthenaKernel.
-
- Apr 18, 2019
-
-
- Apr 17, 2019
-
-
Jovan Mitrevski authored
-
- Apr 15, 2019
-
-
- Apr 10, 2019
-
-
Fernando Monticelli authored
-
Attila Krasznahorkay authored
In the past there was a (very fragile) feature in atlas_add_root_dictionary(...) that allowed it to scan the include definitions in a LinkDef.h file, and construct the rootcint command based on that. This feature has now been removed, as it was one of the most fragile parts of our code. Now all users of atlas_add_root_dictionary(...) must declare explicitly in CMake which headers they want to generate dictionaries for.
-
- Apr 09, 2019
-
-
Make tools private in - InDetDetailedTrackSelectorTool.cxx - TrackSummaryTool.cxx - KalmanVertexOnJetAxisSmoother.cxx - TrkVKalVrtFitter.cxx Create Cfg methods for new config
-
scott snyder authored
post_check.sh wasn't properly returning a failure code if the diff failed. Fixed. Also add a couple more patterns to ignore.
-
- Apr 08, 2019
-
-
Adam Edward Barton authored
-
- Apr 05, 2019
-
-
Alison Elliot authored
fixing bug where the caloTrigScale was inverted from the desired GeV/L1CaloScale to the incorrect L1CaloScale/GeV
-
- Apr 01, 2019
-
-
scott snyder authored
Fixes failure observed in q222, evidently due to another change that removed the import from another file.
-