- May 17, 2024
-
-
Frank Winklmeier authored
-
- May 15, 2024
-
-
Tadej Novak authored
-
Simple Additional Monitoring for FPGATrackSim
-
- May 14, 2024
-
-
FPGATrackSimHough: Fix cppcheck 2.14 warnings. Copying values in range-for. Prefer returning const references to members rather than copies. Prefer to pass strings/containers by const reference rather than value. Redundant map lookup.
-
- May 12, 2024
-
-
FPGATrackSimBankGen: Fix property initialization. Fix typo in initialization of Gaudi property.
-
FPGATrackSimHough: Fix signed/unsigned comparison warnings. Fix signed/unsigned comparison warnings for Gaudi properties.
-
FPGATrackSimMaps: Fix cppcheck warnings. Out-of-bounds array accesses. Redundant map lookup. Copying values in range-for.
-
FPGATrackSimAlgorithms: Fix cppcheck 2.14 warnings. Copying values in range-for. Potential use of invalidated iterators. Prefer range-for. sprintf format/argument match. sprintf buffer size. Pass objects by const reference, not by value. Prefer returning const references to members rather than copies.
-
FPGATrackSimBanks: Fix cppcheck 2.14 warnings. Delete copy/assignment from class that manages memory. Unknown macro. Prefer returning const references to members rather than copies. Prefer to pass strings/containers by const reference rather than value.
-
- May 10, 2024
-
-
scott snyder authored
Copying values in range-for. Prefer preincrement for iterator classes.
-
scott snyder authored
Copying value in range-for.
-
- May 02, 2024
-
-
EFTracking: FPGATrackSim: Update unit tests and fix bank generation
-
- Apr 30, 2024
-
-
EFTracking : FPGATrackSim : Enable truth info for RDO analysis and add output check
-
main-cppcheck-FPGATrackSimAlgorithms
-
- Apr 26, 2024
-
-
Frank Winklmeier authored
FPGATrackSimMaps: fix flake8 warnings and errors
-
- Apr 23, 2024
-
-
FPGATrackSimBanks: Clean up of legacy configs
-
- Apr 22, 2024
-
-
main-cppcheck-FPGATrackSimAlgorithms
-
- Apr 20, 2024
-
-
Vakhtang Tsulaia authored
- ActsDataPreparation/PixelClusteringTool: Unused function - ActsEventCnv/ActsToTrkConvertorAlg: Unused lambda capture - ActsTrackReconstruction/TrackFindingAlg: Reference cannot be bound to dereferenced null pointer in well-defined C++ code - FPGATrackSimHough/FPGATrackSimHough1DShiftTool: Unused static functions - ISF_Event/ISFTruthIncident: Delete called on non-final class that has virtual functions but non-virtual destructor
-
- Apr 19, 2024
-
-
Updates to eta pattern filter and 1D Hough
-
Fix unit tests after legacy config cleanup
-
- Apr 18, 2024
-
-
Thomas Strebler authored
-
- Apr 17, 2024
-
-
Clean up legacy EFTracking FPGA configs
-
EFTracking/FPGATrackSim: port spacepoint-based fitting, updated Hough transforms, related changes from HTTSim (Part 1) FPGATrackSim: make track fit constants spacepoint aware Ported over from HTTSim. Since a spacepoint is formed from two strip hits from two layers, we keep two copies for bookkeeping purposes. At the moment that then means that in the fit, there are two versions of the spacepoint's phi coordinate-- and the z/eta coordinate is never used. This commit changes that so we dynamically select whether the spacepoint's coordinate is phi or z/eta based on whether it is in an inner or outer strip layer. This nicely avoids having to remove duplicate spacepoints, and also avoids having to rework a fundamental assumption of the code, which is that strip hits are only ever "one" dimension. Since we don't remove duplicates or change the number of layers it also makes it easy to mix and match strip hits with spacepoints; a track could (conceivably) have two strip hits in two layers that are one spacepoint OR two strip hits from which a spacepoint couldn't be formed.
-
Ioannis Maznas authored
-
- Apr 09, 2024
-
-
Restore unit tests for FPGATrackSim
-
- Apr 02, 2024
-
-
Frank Winklmeier authored
-
- Apr 01, 2024
-
-
scott snyder authored
Fix typo in test name.
-
scott snyder authored
In main, each row is considered a separate etaModule (and gets its own hashcode). Previously, etaModules were divided into 2 or 4 rows. Remove the temporary fix that was put in earlier to deal with this. Fixes out-of-bounds array reads that were causing ubsan warnings in the FPGATrackSimConfTools test.
-
- Mar 29, 2024
-
-
remove old files in FPGATrackSim
-
- Mar 27, 2024
-
-
Fix FPGASim workflow test to use input RDO from CVMFS
-
- Mar 23, 2024
-
-
Add unit test for FPGATrackSim and fix workflow for analysis on wrapper file
-
- Mar 17, 2024
-
-
Melissa Yexley authored
-
- Mar 15, 2024
-
-
Melissa Yexley authored
-
Melissa Yexley authored
-
Melissa Yexley authored
-
Melissa Yexley authored
-
Melissa Yexley authored
-
Melissa Yexley authored
-
Melissa Yexley authored
-
Melissa Yexley authored
-