This project is mirrored from https://:*****@gitlab.cern.ch/atlas/athena.git.
Pull mirroring updated .
- 22 Oct, 2021 1 commit
-
-
Tadej Novak authored
-
- 19 Oct, 2021 1 commit
-
-
Nils Krumnack authored
Just to make modifications to analysis sequences more easy to do for the user.
-
- 16 Aug, 2021 1 commit
-
-
Nils Krumnack authored
On request of @jburr to make this easier to understand and teach for beginners. Note that this involved a fair amount of whitespace changes to make the for-body indentation consistent with the rest of each file.
-
- 14 Jul, 2021 2 commits
-
-
Nils Krumnack authored
Essentially when we are using a decoration handle we should not need to make a copy, but be able to directly decorate the input object. There are probably other common CP algorithms that could be switched from `SysCopyHandle` to `SysReadHandle`, but this is the lowest hanging fruit.
-
-
- 11 Jul, 2021 1 commit
-
-
- 16 Jun, 2021 2 commits
-
-
Nils Krumnack authored
The ultimate goal here is to have the python configurable no longer inherit from the C++ object, and instead create the C++ object only at the moment when it is needed, instead of having it as a base class and performing all updates simultaneously to the python object and the C++ object (to keep them in sync). However, for now it mostly adds an alternate way of adding algorithms to jobs, to actually make the more fundamental change to the configurables would require all users to update to the new formalism of adding algorithms to jobs. This also allows additional configurable objects to be used, e.g. I now treat algorithm sequences and algorithms the same. This could potentially also be used to change the target or mechanism of configuration at some point, e.g. to push this into an intermediate JSON file, but that's not an immediate goal.
-
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.
-
- 23 Dec, 2020 2 commits
-
-
Tadej Novak authored
-
Tadej Novak authored
-
- 26 Oct, 2020 2 commits
-
-
Tadej Novak authored
-
Tadej Novak authored
-
- 18 Sep, 2020 2 commits
-
-
-
Nils Krumnack authored
-
- 04 Sep, 2020 4 commits
-
-
Guillermo Nicolas Hamity authored
Update TauAnalysisAlgorithmsDict.h, DiTauSmearingAlg is skipped pending TauTruthMatchingTool migration
-
Guillermo Nicolas Hamity authored
Adding comment to unit test which is temporarily not being used.
-
Guillermo Nicolas Hamity authored
Adding ifdef statement to DiTauSmearingAlg so that it is skipped in compilation. The Alg should be brought back after TauAnalysisTools migration from R21.2
-
Guillermo Nicolas Hamity authored
Removing unit tests which depend on TauTruthMatchingTools which is not yet migrated.
-
- 03 Sep, 2020 1 commit
-
-
Guillermo Nicolas Hamity authored
TauAnalysisAlgorithms/DiTauSmearingAlg.cxx depends on DiTauSmearingAlg which is not migrated from R21.2 yet. This fix removes the DiTauSmearingAlg from compilation, which should be added back once TauAnalysisTools is properly migrated.
-
- 06 Apr, 2020 1 commit
-
-
Nils Krumnack authored
Originally I had tried sweeping/cherry-picking this from 21.2, but with all the three-way merges and commits that involve other packages/directories that was rather painful, so this is now just a direct copy from the current state in 21.2.
-