- May 29, 2024
-
-
Add ATLFAST3F_ACTSMT to G4TransportTool for Multithreaded Simulation
-
- May 25, 2024
-
-
Adam Edward Barton authored
2024-05-24: merge of 24.0 into main Closes ATR-29380 See merge request !71694
-
Adam Edward Barton authored
Clean up in the segment making & clusterization See merge request !71511
-
Adam Edward Barton authored
-
Johannes Junggeburth authored
Simpliyfy hit clustering Simplify the Tgc clustering Clean up more unused tools Clean uo Remove includes Delete Mdt hit clustering
-
Adam Edward Barton authored
Drop EgammaCovarianceCalculation since suppressed in_AOD See merge request !71636
-
- May 24, 2024
-
-
Adam Edward Barton authored
-
Christos Anastopoulos authored
-
Adam Edward Barton authored
-
Adam Edward Barton authored
TrkGlobalChi2Fitter: Fix handling of bad fits. See merge request !71460
-
Adam Edward Barton authored
Disable `refitSeeds` by default See merge request !71683
-
Adam Edward Barton authored
-
Adam Edward Barton authored
Move the documentation from packagedoc headers to README.md for Generators See merge request !71682
-
Move the documentation from packagedoc headers to README.md for Generators
-
Dylan Remberto Van Arneman authored
TriggerJobOpts: update forceConditions postExec See merge request !71675
-
TriggerJobOpts: update forceConditions postExec Hello, In some trigger ART tests, we override conditions by forcing the run number and LB, or the timestamp. This MR is updating the list of timestamp-based trigger condition folders. The existing list seems otherwise up-to-date, except `/TDAQ/Resources/ATLAS/SCT/Robins` which is apparently unused, maybe it was in Run1 or Run2. Fixes ATR-29380. Cheers, Bertrand
-
Dylan Remberto Van Arneman authored
Chains are moved from the Physics Menu to the MC Menu, ATR-29443 See merge request !71642
-
Chains are moved from the Physics Menu to the MC Menu, ATR-29443
-
Dylan Remberto Van Arneman authored
pass flags to getTrigEgammaKeys See merge request !71638
-
pass flags to getTrigEgammaKeys
-
Modified testing condition, special chain cases treatment implemented
-
Andreas Stefl authored
-
scott snyder authored
In GlobalChi2Fitter::calculateTrackParameters, we propagate track parameters along the track from one measurement on a track to another. The track parameters are also assocated with a surface. After the propagation we store the parameters in the GXFTrajectory along with a measurement. Later, there will be an assertion that the surface of the parameter matches the surface of the measurement. There is, however, a maximum path length for the propagation, which is usually set to a hard-coded length of 10m. Once this length is reached, we stop and return a CurvilinearParameters object a dummy surface corresponding to the point at which the propagation stopped. But if we store this result in GXFTrajectory, then we can fail later with an assertion in TrackStateOnSurface. We can exceed the maximum path length in cases where the fit is unstable. Detect cases where the assertion in TrackStateOnSurface would fail and instead treat as a failed fit. Fixes test failure seen in ActsConfig in the dbg build.
-
Adam Edward Barton authored
TrackRecordGenerator: Set attributes of particle after the particle is added to event See merge request !71668
-
TrackRecordGenerator: Set attributes of particle after the particle is added to event
-
Adam Edward Barton authored
Remove unnecessary private method from ACTS pixel Clustering tool See merge request !71670
-
Adam Edward Barton authored
main-cppcheck-ZdcNtuple See merge request !71666
-
Adam Edward Barton authored
Move the only c++ code from GeneratorUtils to CXXUtils See merge request !71661
-
Move the only c++ code from GeneratorUtils to CXXUtils
-
Adam Edward Barton authored
More informative info in case of FPEs See merge request !71644
-
More informative info in case of FPEs
-
Adam Edward Barton authored
main-remove_test-ActsEvent See merge request !71667
-
Adam Edward Barton authored
AthenaPython: Add missing PyGILStateEnsure. See merge request !71650
-
Adam Edward Barton authored
FTagAnalysisAlgorithms: Fix discovery of unit tests. See merge request !71651
-
FTagAnalysisAlgorithms: Fix discovery of unit tests. Need to specify a pattern for unit test discovery --- the default won't match anything. Fixes a failure seen with python 3.12, where unittest will fail if it doesn't find any tests.
-
Adam Edward Barton authored
MuonTrackPerformance+MuonCombinedTrackFindingTools: Use Accessor, etc instead of auxdata(). See merge request !71653
-
Adam Edward Barton authored
TrkAlignGenTools+AnalysisTriggerAlgs: Fix cppcheck warnings. See merge request !71655
-