- 27 Feb, 2021 2 commits
-
-
Edward Moyse authored
Restore ERROR severity when VDV fails to find data - v3 See merge request !41013
-
Benjamin Michael Wynne authored
-
- 26 Feb, 2021 16 commits
-
-
Edward Moyse authored
AthenaMonitoringKernel: Suppress cppcheck warning. See merge request !41094
-
Edward Moyse authored
TileConditions: Fix clang warning. See merge request !41089
-
Edward Moyse authored
PileUpComps+AthenaRootComps: Fix cppcheck warnings. See merge request !41095
-
Edward Moyse authored
xAODRootAccess: Fix cppcheck warning. See merge request !41092
-
Edward Moyse authored
Fix the default value of the 'Sim.LArParameterization' flag See merge request !41077
-
Edward Moyse authored
Autoconfigure CA-based detector flags See merge request !40929
-
Edward Moyse authored
Fix --detector transform parsing in digi and overlay See merge request !41079
-
Edward Moyse authored
Disable unneeded detectors in tests See merge request !41078
-
Edward Moyse authored
ATR-22770: Dramatically reduce the amount of printout from TriggerMenuMT Closes ATR-22770 See merge request !40880
-
Heather Russell authored
-
Edward Moyse authored
Remove check for container presence in CSC clusterization alg See merge request !41076
-
Edward Moyse authored
Extend functionality of muComb for L2multi-track muonSA See merge request !41066
-
Edward Moyse authored
TriggerJobOpts: remove run-2 SliceFlags See merge request !41057
-
Edward Moyse authored
Implement clear() method for trigger menu, prescales, bunchgroups Closes ATR-22614 See merge request !40918
-
Joerg Stelzer authored
-
Edward Moyse authored
TrfTestsART: AthenaMT reco tests in ART with higher statistics See merge request !41072
-
- 25 Feb, 2021 22 commits
-
-
scott snyder authored
Fix cppcheck warnings.
-
scott snyder authored
Fix cppcheck warning.
-
scott snyder authored
Suppress cppcheck false positive.
-
scott snyder authored
Don't use an iterator after it's been erased.
-
scott snyder authored
Missing override keywords.
-
Edward Moyse authored
PyUtils: Add batch mode for cmake_depends See merge request !41068
-
Edward Moyse authored
DerivationFrameworkPhys: Add postIncludes for testing Lossy Float Compression in DAOD_PHYS/DAOD_PHYSVAL production See merge request !41018
-
Alaettin Serhan Mete authored
DerivationFrameworkPhys: Add postIncludes for testing Lossy Float Compression in DAOD_PHYS/DAOD_PHYSVAL production
-
Edward Moyse authored
Import egamma slice flags from TriggerJobOpts See merge request !41056
-
Edward Moyse authored
Load metadata in stages to accelerate start of simple jobs See merge request !40973
-
Tomasz Bold authored
-
Edward Moyse authored
Continuing to remove HLTCalo Legacy algorithms as requested by ATR-22796 See merge request !40961
-
Denis Oliveira Damazio authored
Removed references about ITrigDataAccess in some (not all) algorithms. Started to removed L1BS and LArNO algorithms
-
Edward Moyse authored
Jet Hypo: reduce the time code of condition and prefiltering. See merge request !41022
-
Peter Sherwood authored
Event prefiltering takes place in TrigJetHypoToolHelperNoGrouper, and Condition prefiltering occurs before testing the leaf nodes in FastReducer. Often, the filtering is a "do nothing" operation, but is implemented using an AcceptAll condition that runs on every jet. This is an expensive way to do nothing. ConditionFilter has been modified to: - do less copying - recognise when it has no filtering to do. The second is accomplished constructing FilterCondition with an empty Condition vector. ConditionFilter now returns iterators into a vector of jets, rather than returning a vector. In the case that it ahs no Conditions, it returns const begin and end iterators of the input collection. Only if it has Conditions, does it copy the input collection. Even here the copying is reduced the copy is partiioned by succesive application of the Condtions, and the begin and new end iterators are returned rather than retuening a copy of the partiioned vector. The consequence of this is that the lifetime of the filter must be >= the lifetime of its clients.
-
Edward Moyse authored
Remove metadata support for TAGs, which have not been supported for ages. See merge request !40950
-
Peter Van Gemmeren authored
-
Edward Moyse authored
DirectIOART: disable athenamp_recotf_with_rdo and add athenamp_recotf_with_aod See merge request !41060
-
Johannes Elmsheuser authored
Disable athenamp_recotf_with_rdo tests for the moment since AthenaMT/MP hybrid does not work with RDOtoRDOTrigger
-
Edward Moyse authored
FPE fix in MSVertexRecoAlg Closes ATLASRECTS-5975 See merge request !41070
-
Edward Moyse authored
Adding TP Separation for LUCID_SimHitCollection See merge request !40868
-
Edward Moyse authored
modify number of events for smooth running of the tests (ATR-22864) See merge request !41058
-