diff --git a/Reconstruction/RecoFix/python/RecoFix_r210.py b/Reconstruction/RecoFix/python/RecoFix_r210.py
index 1657da5ec13b9a744ecf9676ad701a8f07a0fead..a24ddea798fbba41849e64fe2ead498a31e6a6ca 100644
--- a/Reconstruction/RecoFix/python/RecoFix_r210.py
+++ b/Reconstruction/RecoFix/python/RecoFix_r210.py
@@ -13,6 +13,6 @@ class RecoFix_r210(RecoFix_base):
 
     @staticmethod
     def latestAODFixVersion():
-        """The latest version of the AODFix. Use same sort as in AODFix"""
-        return ["IDTide", "egammaStrips"]
+        """The latest version of the AODFix. Use same sort order as in AODFix"""
+        return ["IDTide", "egammaStrips", "trklinks"]