- Oct 05, 2017
-
-
Hideyuki Oide authored
InDetRecExample: changed the minimum pT threshold from 500 MeV to 900 MeV for large-radius tracking mode Former-commit-id: d5378e0d20834042111542b7f5c814795955cf7b
-
- Oct 03, 2017
-
-
James Beacham authored
This reverts merge request !4475 Former-commit-id: e029d281
-
- Oct 02, 2017
-
-
Updates to use SCT_ConditionsSummarySvc::isGood in InDet::InDetTrackHoleSearchTool::isBadSCTChip (ATLASRECTS-4013) Former-commit-id: 06963ec64d4c9e77ce5946017312e8f24c44ca0f
-
Dwayne Patrick Spiteri authored
Former-commit-id: 23d4a764bb52b4feed680680434cb4b5b3036457
-
Dwayne Patrick Spiteri authored
Former-commit-id: 413207df
-
- Sep 28, 2017
-
-
Scott Snyder authored
Allow tests to find reference files outside of the repository. Former-commit-id: 9fd020a44087b6036b869c109a5870f41ea131a0
-
Scott Snyder authored
Allow test reference files to be found outside of the repository. Former-commit-id: 0c5efd4cba51f3c3c67479fefcbd5ed8ceffb555
-
- Sep 20, 2017
-
-
Knut Zoch authored
Former-commit-id: 816f27d60a9c8f9a7194f0d1d2e16b47a19203a4
- Sep 19, 2017
-
- Sep 14, 2017
-
-
Tadej Novak authored
After investigation (ATLASSIM-3384) default modes for pile-up premixing and overlay have been decided. Premixing needs full hits information stored to reduce threshold effects in overlay. Former-commit-id: d5b96b7034f2d0a0d8ccc5c7823403692e3b737c
-
- Sep 06, 2017
-
-
Knut Zoch authored
This makes sure that all allocated memory is properly taken care off when the program finishes. In order not to run into segmentation faults (due to double deletion attempts), the implemented destructors of the PixelMonModule* classes, which call LWHist::safeDelete(hist) for all histogram objects, were removed. The memory of those histograms is taken care of by the AthenaMonitoring classes, where the histograms are registered. Former-commit-id: 1637cecd76e52327d9ebc4bce2fc7faf0383b607
-
Knut Zoch authored
This introduces std::unique_ptr objects to maintain all histogram objects within the histogram holder classes. Since the histograms are all light-weight objects, they cannot be deleted with std::default_delete and therefore need their own LWHistDeleter structure. Currently, all histograms are registered in the monitoring groups, which take care of freeing the memory, so LWHistDeleter is implemented as an empty function. Former-commit-id: ff2159ee
- Sep 01, 2017
-
- Aug 31, 2017
-
-
Knut Zoch authored
The histograms of the holder classes are now maintained by the std::array object (this is a pre-step before changing the array to hold unique pointers). The individual pointers to the histograms are still there, but they are now pointer references pointing to the individual entries of the array. Former-commit-id: 95fca430
-
- Aug 30, 2017
-
-
Knut Zoch authored
Due to the unified functions WeightingFill() and Fill() of the PixelMon2DMaps class, the occupancy plots for IBL accidentally received the copy2DFEval flag which copies values to neighbouring FEs. This problem is now fixed and values are identical to what we saw before. Former-commit-id: e473847a
- Aug 29, 2017
-
-
Tim Martin authored
doLargeD0 except with looser pT (100 MeV) and number of hit (5) requirements. See ATLMCPROD-4720 Changes to be committed: modified: InnerDetector/InDetExample/InDetRecExample/python/ConfiguredNewTrackingCuts.py modified: InnerDetector/InDetExample/InDetRecExample/python/InDetJobProperties.py modified: InnerDetector/InDetExample/InDetRecExample/share/ConfiguredNewTrackingSiPattern.py modified: InnerDetector/InDetExample/InDetRecExample/share/InDetRec_jobOptions.py modified: InnerDetector/InDetExample/InDetRecExample/share/InDetxAODCreator.py Former-commit-id: fc49e41ea8ee83b62101f1416541567806eafe81
-
Former-commit-id: 61690866
-
- Aug 25, 2017
-
-
Soshi Tsuno authored
Former-commit-id: 6fb8b654174e457fa5416a8a739ef0332705fbd2
-
- Aug 22, 2017
-
-
Stefania Xella authored
PixelMonitoring: hotfix for incorrect module hit counters See merge request !4141 Former-commit-id: 4dda9874
-
Ambrosius Thomas Vermeulen authored
Former-commit-id: b493abb7fc38356c4c60f910dc61d436e9ecf666
-
- Aug 18, 2017
-
-
John Chapman authored
Former-commit-id: 5b4a9ce022962b1695438cfc632331caf6fe4beb
-
John Chapman authored
This allows us to drop the dependency on `TrkParameters` from ` TRT_ConditionsServices` - see ATLASRECTS-2953 Former-commit-id: d7b4920c292581e3bb1508674a2b0ecfa7b24c60
-
John Chapman authored
As discussed in ATLASRECTS-2953, in order to be able to drop the dependency on the `TrkParameters` package from AthSimulation, then we need to move `ITRT_ActiveFractionSvc.h` and `TRT_ActiveFractionSvc.h` out of the `TRT_ConditionsServices` package. The first step is to move the interface elsewhere. Former-commit-id: f897bf3e
-