Skip to content

Remove skeleton.RDOtoRDOtriggerLegacy.py

Rafal Bielski requested to merge rbielski/athena:rm-legacy-r2t into master

The legacy RDOtoRDOTrigger transform has been disabled for a week since !40202 (merged) and it is now time to remove the unused code. Delete the legacy skeleton file and the script switching between MT and legacy, and rename the MT version to be the only RDOtoRDOTrigger skeleton. See also ATR-22725.

Changes:

Commit 1
git rm Reconstruction/RecJobTransforms/share/skeleton.RDOtoRDOtriggerLegacy.py
git rm Reconstruction/RecJobTransforms/share/skeleton.RDOtoRDOtrigger.py
git mv Reconstruction/RecJobTransforms/share/skeleton.RDOtoRDOtriggerMT.py Reconstruction/RecJobTransforms/share/skeleton.RDOtoRDOtrigger.py
Commit 2

Add the AthenaMT (threads >= 1) check. which was previously in the switching script, to the renamed MT skeleton. This is lines 15-20 in the updated file.


To reviewers: No new code is added and no code is changed except for the few lines from commit 2. This MR is only moving code around, but git always reports rm X + mv Y X as if it was rm Y + modify X.

Merge request reports