- Nov 04, 2022
-
-
Nils Krumnack authored
These are based closely on the ones for the electrons, with the code from the current photon sequences.
-
Nils Krumnack authored
Those were already there, just needed to be updated.
-
Nils Krumnack authored
Mostly based on what I did for the leptons and the existing jet sequences.
-
Nils Krumnack authored
This removes all the implicit views created by the various sequences, and instead creates explicit views as inputs for MET and OR. And it adds actual consistent thinning for all containers for the output. And it adds pt/eta cuts for all the objects, which are probably way off from what they should be... I also had to add some extra configuration options/decorations to some of the sequences to make it all consistent.
-
Nils Krumnack authored
This is mostly a collection of all the algorithms tests from the various CP algorithm packages loosely stitched together. It probably will need some more cleanup at some point, but it at least provides a baseline to test the configuration blocks against as I develop them.
-
- Aug 16, 2022
-
-
Adam Edward Barton authored
CP Algorithms: global comparison of block configuration and sequences See merge request !55729 (cherry picked from commit 5f1e590d) 520769f2 CP Algorithms: global comparison of block configuration and sequences
-
- Nov 19, 2021
-
-
Nils Erik Krumnack authored
Currently that does nothing, but since meta-information might be used it is probably better to configure than not to configure the sequence.
-
- Oct 26, 2021
-
-
- Oct 19, 2021
-
-
Tadej Novak authored
-
- Oct 05, 2021
-
-
Nils Erik Krumnack authored
-
- Jun 18, 2021
-
-
Nils Krumnack authored
For now this just replaces the algorithm with a service, and communicates the systematics list via the service interface instead of via the event store. The plan is to add more functionality in future merge requests that will move a lot of the systematics handling functionality from the configuration layer into the service.
-
- Sep 07, 2020
-
-
The list of isolation WPs is taken from https://gitlab.cern.ch/atlas/athena/-/blob/21.2/PhysicsAnalysis/AnalysisCommon/IsolationSelection/Root/IsolationSelectionTool.cxx#L175 Add optional names Fix isolation in makeMuonAnalysisSequence tests Use NonIso for muon CP alg tests
-
- Dec 17, 2019
-
-
Nils Krumnack authored
-
- Dec 06, 2019
-
-
Tadej Novak authored
-
- Jun 22, 2019
-
-
Nils Krumnack authored
So far the algorithm test sequence was duplicated between EventLoop and Athena. Keeping them in sync was needlessly error-prone, so I now merged them.
-