- May 24, 2024
-
-
TrackRecordGenerator: Set attributes of particle after the particle is added to event
-
Adam Edward Barton authored
Fix for ATLINFR-5383 : only check for files for DiffPool Closes ATLINFR-5383 See merge request !71664
-
Fix for ATLINFR-5383 : only check for files for DiffPool
-
- May 23, 2024
-
-
Adam Edward Barton authored
2024-05-23: merge of 24.0 into main See merge request !71641
-
Adam Edward Barton authored
MSVertexTracketTool: Fix incorrect sign in tracklet chi squared calculation Closes ATLASRECTS-7166 See merge request !71606
-
MSVertexTracketTool: Fix incorrect sign in tracklet chi squared calculation The MSVertex Tracklet fitting had an incorrect sign in the chi squared calculation, causing all tracklet segments to fail reconstruction and no MS Vertices to be produced. This patch changes the sign to the correct value, returning the MSVertex performance to its run 2 behavior. Fixes ATLASRECTS-7166
-
Adam Edward Barton authored
ACTS Pixel seeding Pt cut See merge request !71265
-
ACTS Pixel seeding Pt cut
-
Adam Edward Barton authored
-
Andrew Mehta authored
-
Andrew Mehta authored
-
Adam Edward Barton authored
allow splitting calibration and smearing for e-gamma objects ATLASG-2358 See merge request !71196
-
allow splitting calibration and smearing for e-gamma objects This is purely experimental and I haven't validated it beyond making sure it doesn't crash. The main purpose of putting it in is to make it easier for others to test and validate this. Note that for the moment this has to recalibrate the objects from PHYSLITE. This can only be avoided by adding an unsmeared energy to PHYSLITE (to avoid double-smearing). Still, one step at a time.
-
Adam Edward Barton authored
SUSY20: adding cleaning tool to properly save TightBad decorations to AntiKt4EMTopoJets See merge request atlas/athena!71617
-
SUSY20: adding cleaning tool to properly save TightBad decorations to AntiKt4EMTopoJets
-
Adam Edward Barton authored
Functionalise EMFourMomBuilder See merge request !71612
-
Functionalise EMFourMomBuilder
-
Adam Edward Barton authored
DigitizationTestsMT: dropped beam spot splitting in the mc21a test See merge request !71540
-
Adam Edward Barton authored
Fix two issues introduced to LLP1 See merge request !71621
-
Fix two issues introduced to LLP1
-
Adam Edward Barton authored
2024-05-22: merge of 24.0 into main See merge request !71615
-
Adam Edward Barton authored
FPGATrackSim: implement loading of radius files in region map class See merge request !70838
-
FPGATrackSim: implement loading of radius files in region map class The map maker generates a "mean radius" file, which until now has only been used by the 1D Hough transform tool. Since we need the mean radii in order to do the idealized coordinate transform, it makes sense to move the loading of this file from the Hough tool into the map infrastructure. The radius file format is a list of lines, one per subregion, and one inclusive for the entire region. Each line has a space-separated list of radii for each logical layer. Since this breaks things down by subregions I added code to load these files into the FPGATrackSimRegionMap class, which is used for both the region map and subregion map. If we only have one region in the region map class, we load the line beginning with "-1" from the radii file. If we have multiple regions we load them based on the (sub)region number in the radii file. This is a little awkward; right now it works because we have a separate rmap file for each region that only ever has one region defined. The 1D Hough tool now just queries the rmap to look up radii, instead of loading the file separately. At bank generation time we do the same to find the idealized radii instead of using the hardcoded values in the constants file (which have now been deleted). The two other places where this were used were the fit constant bank, and the track fitter, which meant that the rmap needed to be passed into the track fitter (at the moment it just gets the plane map class). In the track fitter we store a reference to the entire radius array on the FPGATrackSimTrack class, and use that when computing idealized coordinates.
-
Adam Edward Barton authored
Drop obsolete ITruthIncident::updateChildParticle(...) method See merge request !71626
-
Drop obsolete ITruthIncident::updateChildParticle(...) method
-
Adam Edward Barton authored
Remove unused macros See merge request !71624
-
Adam Edward Barton authored
eg_resolution try to simplify a bit the selection of files See merge request !71620
-
eg_resolution try to simplify a bit the selection of files
-
Adam Edward Barton authored
main-coverity-ActsEvent See merge request !71609
-
main-coverity-ActsEvent
-
Adam Edward Barton authored
Athena.examples migrate to CA See merge request !71007
-
Athena.examples migrate to CA
-
Adam Edward Barton authored
MuonTruthAlgs: Use Accessor, etc instead of auxdata(). See merge request !71578
-
MuonTruthAlgs: Use Accessor, etc instead of auxdata(). Replace auxdata, etc. with Accessor classes. Moving to deprecate these usages in the Athena build.
-
Adam Edward Barton authored
ATLASRECTS-7987: Identation fixes per request of shifter See merge request !71622
-
ATLASRECTS-7987: Identation fixes per request of shifter
-
Adam Edward Barton authored
Add missing geometries to DumpGeo, and add a summary of the dumped DetManagers and TreeTops See merge request !70683
-
Carlo Varni authored
-
Adam Edward Barton authored
Make EMFourMomBuilder a util See merge request !71560
-
Make EMFourMomBuilder a util
-