This project is mirrored from https://gitlab.cern.ch/atlas/athena.git.
Pull mirroring updated .
- Feb 07, 2025
-
-
Update usage of tracking convertors in PFlow Config
-
- Jan 21, 2025
-
-
Frank Winklmeier authored
-
- Jan 17, 2025
-
-
Mark Hodgkinson authored
-
- Dec 16, 2024
-
-
eflowRec: Fix use of invalid iterators. annihilateCluster was looping though a vector, erasing each element in turn, in order to clear the vector. Not only is this ineffient, it ends up using invalid iterators. This was causing a crash with gcc15. Just change to using clear().
-
- Dec 14, 2024
-
-
eflowRec: Fix use of invalid iterators. annihilateCluster was looping though a vector, erasing each element in turn, in order to clear the vector. Not only is this ineffient, it ends up using invalid iterators. This was causing a crash with gcc15. Just change to using clear().
-
- Dec 12, 2024
-
-
main-cppcheck-eflowRec
-
- Dec 10, 2024
-
-
Update to pflow topotower config
-
- Dec 06, 2024
-
-
sss authored
To allow some cleanups in core packages.
-
- Dec 03, 2024
-
-
Split pflow general config to allow to call only the meta data config. Disable thinning in example pflow e/p config.
-
- Nov 29, 2024
-
-
Add pflow configuration to run on topotowers
-
- Nov 27, 2024
-
-
Wrap calls to CaloCalibrationHit::particleID()/particleUID() in HepMC::barcode() and HepMC::uniqueID wrapper functions respectively
-
- Nov 22, 2024
-
-
Update CPData cell weights
-
- Nov 14, 2024
-
-
Add CPData test. Clean up comments in other tests.
-
- Nov 06, 2024
-
-
Add functionality to store subtracted cells to eflowRecTrack. Add usage of this for annih cases.
-
- Oct 21, 2024
-
-
Frank Winklmeier authored
-
- Oct 20, 2024
-
-
Jeff Dandoy authored
-
- Oct 01, 2024
-
-
Frank Winklmeier authored
Use `REPORT_MESSAGE` to print warning.
-
- Sep 26, 2024
-
-
Reconstruction: Migrating more code away from barcodes
-
- Sep 19, 2024
-
-
Frank Winklmeier authored
-
- Sep 18, 2024
-
-
Add additional truth flags config. Bug fix to usage of truth particle links from tracks.
-
- Sep 06, 2024
-
-
Mark Hodgkinson authored
-
- Aug 29, 2024
-
-
Improve documention of usage of pflow pull_015 cuts.
-
- Aug 23, 2024
-
-
Remove legacy useUpdated2015ChargedShowerSubtraction config option. This has been the default for a long time. Addresses ATLJETMET-1736
-
- Aug 16, 2024
-
-
Add new variable to be written out in CPData mode - the variable is Pull15 which is an ingredient used to calculate isInDenseEnvironment. Adding this allows diagnostics of how the isInDenseEnvironment cut selection is performing.
-
- Jun 27, 2024
-
-
Apply 1 suggestion(s) to 1 file(s) Co-authored-by:
Lucy Lewitt <lucy.lewitt@cern.ch>
-
- Jun 13, 2024
-
-
Apply 1 suggestion(s) to 1 file(s) Co-authored-by:
Adam Edward Barton <adam.edward.barton@cern.ch>
-
- Jun 05, 2024
-
-
Add some DEBUG statements. Some adjustments to treatment of bin lookups to fix lookup bugs.
-
- Jun 03, 2024
-
-
Update run4 E/p to v2
-
- May 22, 2024
-
-
Update particle flow references for Run 4 HL-LHC
-
- May 18, 2024
-
-
scott snyder authored
Pass strings by const reference, not by value. Prefer returning const references to members rather than copies.
-
- May 02, 2024
-
-
Frank Winklmeier authored
Fix B015: Result of comparison is not used.
-
- Apr 23, 2024
-
-
Remove usage of energy and eta enums in favour of unsigned ints. This will allow full flexibility to choose an arbitrary set of energy and eta bins.
-
- Apr 18, 2024
-
-
Mark Hodgkinson authored
-
- Apr 17, 2024
-
-
Mark Hodgkinson authored
Fixes ATLASRECTS-7974
-
- Apr 13, 2024
-
-
Update strategy for reference energy bins in particle flow
-
- Apr 10, 2024
-
-
Cleanup output stream name definition and usage
-
- Apr 03, 2024
-
-
Add Markdown README
-
- Apr 02, 2024
-
-
AthContainers: Move Accessor, etc. classes out of AuxElement. Accessor and related classes have been members of AuxElement, the original thinking being that derived classes of AuxElement may want to redefine them. However, in retrospect, there does not seem to be any circumstance in which that would actually make sense. Further, it prevents having any specializations for these classes. So move these classes out of AuxElement into the SG namespace (but with the names brought into AuxElement via using declarations for backwards compatibility).
-
- Mar 29, 2024
-
-
Make FlowElement container name adjustments more generalised. Make FlowElement container name adjustments more generalised.
-
- Mar 21, 2024
-
-